Свойство | Тип | Описание | |
---|---|---|---|
Calculation | string | ||
Collation | string | ||
IdentityIncrement | int | ||
IdentitySeed | int | ||
IsDescending | bool | ||
IsIdentity | bool | ||
IsNullable | bool | ||
Name | string | ||
Position | int | ||
Precision | int | ||
Scale | int | ||
Size | int | ||
Type | SqlDbType |
Метод | Описание | |
---|---|---|
ColumnInfo ( object name, object type, object size, object precision, object scale, object isnullable, object isidentity, object identityseed, object identityincr, object calculation, object position, object collation ) : System | ||
ColumnInfo ( string name, SqlDbType type, int size, int precision, int scale, bool isnullable, bool isidentity, int identityseed, int identityincr, string calculation, int position, string collation ) : System |
public ColumnInfo ( object name, object type, object size, object precision, object scale, object isnullable, object isidentity, object identityseed, object identityincr, object calculation, object position, object collation ) : System | ||
name | object | |
type | object | |
size | object | |
precision | object | |
scale | object | |
isnullable | object | |
isidentity | object | |
identityseed | object | |
identityincr | object | |
calculation | object | |
position | object | |
collation | object | |
Результат | System |
public ColumnInfo ( string name, SqlDbType type, int size, int precision, int scale, bool isnullable, bool isidentity, int identityseed, int identityincr, string calculation, int position, string collation ) : System | ||
name | string | |
type | SqlDbType | |
size | int | |
precision | int | |
scale | int | |
isnullable | bool | |
isidentity | bool | |
identityseed | int | |
identityincr | int | |
calculation | string | |
position | int | |
collation | string | |
Результат | System |