Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | 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 |
return | System |