Свойство | Тип | Описание | |
---|---|---|---|
AutoKeyText | string | ||
CharacterMaxLength | long | ||
Default | string | ||
Description | string | ||
HasDefault | bool | ||
IsAutoIncrement | bool | ||
IsComputed | bool | ||
IsConcurrency | bool | ||
IsInPrimaryKey | bool | ||
IsNullable | bool | ||
IsReadOnly | bool | ||
IsTiraggoConcurrency | bool | ||
IsTransient | bool | ||
NumericPrecision | int | ||
NumericScale | int | ||
Ordinal | int | ||
PropertyName | string | ||
Type | |||
esType | tgSystemType |
Метод | Описание | |
---|---|---|
tgColumnMetadata ( ) : System |
The Constructor
|
|
tgColumnMetadata ( string name, int ordinal, |
The Constructor
|
|
tgColumnMetadata ( string name, int ordinal, |
The Constructor
|
public tgColumnMetadata ( string name, int ordinal, |
||
name | string | Physical Column Name |
ordinal | int | The Orderinal position in the Table or View |
type | The .NET Data Type of the Column | |
Результат | System |
public tgColumnMetadata ( string name, int ordinal, |
||
name | string | Physical Column Name |
ordinal | int | The Orderinal position in the Table or View |
type | The .NET Data Type of the Column | |
esType | tgSystemType | The EntitySpaces data type |
Результат | System |