|
OpenPetra
Free Administration Software for Non-Profits
|
will be filled by generated code More...
Public Member Functions | |
| TTypedColumnInfo (short AOrderNumber, string AName, string ADBName, string ALabel, System.Data.Odbc.OdbcType AOdbcType, Int32 ALength, bool ANotNull) | |
| constructor More... | |
Public Attributes | |
| short | orderNumber |
| identification of the column, by order More... | |
| string | name |
| nice name of column (CamelCase) More... | |
| string | dbname |
| name of the column as it is in the SQL database More... | |
| string | label |
| Label (with translation if it is used on a generated screen on the client side) More... | |
| System.Data.Odbc.OdbcType | odbctype |
| odbc type of the column More... | |
| Int32 | length |
| if this type has a length, here it is More... | |
| bool | bNotNull |
| can the column never be NULL More... | |
will be filled by generated code
|
inline |
constructor
| bool Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.bNotNull |
can the column never be NULL
| string Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.dbname |
name of the column as it is in the SQL database
| string Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.label |
Label (with translation if it is used on a generated screen on the client side)
| Int32 Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.length |
if this type has a length, here it is
| string Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.name |
nice name of column (CamelCase)
| System.Data.Odbc.OdbcType Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.odbctype |
odbc type of the column
| short Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.orderNumber |
identification of the column, by order