SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Public Attributes | List of all members
PiCon.SQL.FKReference Class Reference

The ForeignKeys references with the foreignKey attributes with are set on the objects More...

Public Member Functions

 FKReference (Type tableType, string columnName, Type fkTableType, string fkColumnName)
 Constructor for FKReferences More...
 
 FKReference (Type tableType, Type fkTableType, string dataColumnName)
 Constructor for FKReferences More...
 

Public Attributes

Type TableType
 the type of the (child) table More...
 
string ColumnName
 The column on which the Foreign Key attribute is placed in the (child) table More...
 
Type FkTableType
 The type of the (parent) table, the Foreign Key table More...
 
string FkColumnName
 The name of the (parent) column, the Foreign Key column In most cases the Id More...
 
string DataColumnName
 The column in the parent table which holds the data in a List<> or Array[] More...
 
RelatedType FkRelatedType
 The type of relation between the tables More...
 

Detailed Description

The ForeignKeys references with the foreignKey attributes with are set on the objects

Constructor & Destructor Documentation

◆ FKReference() [1/2]

PiCon.SQL.FKReference.FKReference ( Type  tableType,
string  columnName,
Type  fkTableType,
string  fkColumnName 
)

Constructor for FKReferences

Parameters
tableType
columnName
fkTableType
fkColumnName

◆ FKReference() [2/2]

PiCon.SQL.FKReference.FKReference ( Type  tableType,
Type  fkTableType,
string  dataColumnName 
)

Constructor for FKReferences

Parameters
tableType
fkTableType
dataColumnName

Member Data Documentation

◆ ColumnName

string PiCon.SQL.FKReference.ColumnName

The column on which the Foreign Key attribute is placed in the (child) table

◆ DataColumnName

string PiCon.SQL.FKReference.DataColumnName

The column in the parent table which holds the data in a List<> or Array[]

◆ FkColumnName

string PiCon.SQL.FKReference.FkColumnName

The name of the (parent) column, the Foreign Key column In most cases the Id

◆ FkRelatedType

RelatedType PiCon.SQL.FKReference.FkRelatedType

The type of relation between the tables

◆ FkTableType

Type PiCon.SQL.FKReference.FkTableType

The type of the (parent) table, the Foreign Key table

◆ TableType

Type PiCon.SQL.FKReference.TableType

the type of the (child) table


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