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

will be filled by generated code More...

Public Member Functions

 TTypedTableInfo (short AId, string AName, string ADBName, TTypedColumnInfo[] AColumns, int[] APrimaryKeyColumns)
 constructor More...
 
 TTypedTableInfo (short AId, string AName, string ADBName, TTypedColumnInfo[] AColumns, int[] APrimaryKeyColumns, int[] AUniqueKeyColumns)
 constructor More...
 

Public Attributes

short id
 identification of the table, by order More...
 
string name
 nice name of table (CamelCase) More...
 
string dbname
 name of the table as it is in the SQL database More...
 
int[] PrimaryKeyColumns
 the order number of the columns that are part of the primary key More...
 
int[] UniqueKeyColumns
 the order number of the columns that are part of the unique key More...
 
TTypedColumnInfo[] columns
 the columns of this table More...
 

Detailed Description

will be filled by generated code

Constructor & Destructor Documentation

◆ TTypedTableInfo() [1/2]

Ict.Common.Data.TTypedDataTable.TTypedTableInfo.TTypedTableInfo ( short  AId,
string  AName,
string  ADBName,
TTypedColumnInfo[]  AColumns,
int[]  APrimaryKeyColumns 
)
inline

constructor

◆ TTypedTableInfo() [2/2]

Ict.Common.Data.TTypedDataTable.TTypedTableInfo.TTypedTableInfo ( short  AId,
string  AName,
string  ADBName,
TTypedColumnInfo[]  AColumns,
int[]  APrimaryKeyColumns,
int[]  AUniqueKeyColumns 
)
inline

constructor

Member Data Documentation

◆ columns

TTypedColumnInfo [] Ict.Common.Data.TTypedDataTable.TTypedTableInfo.columns

the columns of this table

◆ dbname

string Ict.Common.Data.TTypedDataTable.TTypedTableInfo.dbname

name of the table as it is in the SQL database

◆ id

short Ict.Common.Data.TTypedDataTable.TTypedTableInfo.id

identification of the table, by order

◆ name

string Ict.Common.Data.TTypedDataTable.TTypedTableInfo.name

nice name of table (CamelCase)

◆ PrimaryKeyColumns

int [] Ict.Common.Data.TTypedDataTable.TTypedTableInfo.PrimaryKeyColumns

the order number of the columns that are part of the primary key

◆ UniqueKeyColumns

int [] Ict.Common.Data.TTypedDataTable.TTypedTableInfo.UniqueKeyColumns

the order number of the columns that are part of the unique key


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