Property | Type | Description | |
---|---|---|---|
_connString | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Initialize ( ) : void |
Устанавливает соединение с базой данных и в случае успеха, если данной таблици не существует, создает новую таблицу
|
Method | Description | |
---|---|---|
colomnString ( |
возращает строку, состоящую из именований столбцов
|
|
properties ( |
||
propertyKey ( |
||
propertyKeyName ( |
||
propertyKeyType ( |
||
propertyNames ( |
Возращает имена колонок для даного типа класса.
|
|
propertyTypes ( |
Возращает типи колонок для даного типа класса.
|
|
tableName ( |
Возращает название таблици
|
protected static colomnString ( |
||
Type | ||
return | string |
protected static properties ( |
||
Type | ||
return | System.Reflection.PropertyInfo[] |
protected static propertyKey ( |
||
Type | ||
return |
protected static propertyKeyName ( |
||
Type | ||
return | string |
protected static propertyKeyType ( |
||
Type | ||
return |
protected static propertyNames ( |
||
Type | ||
return | string[] |
protected static propertyTypes ( |
||
Type | ||
return | System.Type[] |
protected static tableName ( |
||
Type | ||
return | string |