OpenPetra
Free Administration Software for Non-Profits
Ict.Common.Data.TTypedDataTable.TTypedColumnInfo Class Reference

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...
 

Detailed Description

will be filled by generated code

Constructor & Destructor Documentation

◆ TTypedColumnInfo()

Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.TTypedColumnInfo ( short  AOrderNumber,
string  AName,
string  ADBName,
string  ALabel,
System.Data.Odbc.OdbcType  AOdbcType,
Int32  ALength,
bool  ANotNull 
)
inline

constructor

Member Data Documentation

◆ bNotNull

bool Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.bNotNull

can the column never be NULL

◆ dbname

string Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.dbname

name of the column as it is in the SQL database

◆ label

string Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.label

Label (with translation if it is used on a generated screen on the client side)

◆ length

Int32 Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.length

if this type has a length, here it is

◆ name

string Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.name

nice name of column (CamelCase)

◆ odbctype

System.Data.Odbc.OdbcType Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.odbctype

odbc type of the column

◆ orderNumber

short Ict.Common.Data.TTypedDataTable.TTypedColumnInfo.orderNumber

identification of the column, by order


The documentation for this class was generated from the following file: