SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Public Attributes | List of all members
SQLite.SQLiteConnection.ManyToManyRefColumns< ColumnRight, ColumnLeft > Class Template Reference

Data structure for the Many to Many Reference Table this class is used to make columns with different types. More...

Public Member Functions

 ManyToManyRefColumns (ColumnLeft leftColumn, ColumnRight rightColum)
 Constructor of ManyToManyRefColumns More...
 

Public Attributes

ColumnRight RightColumn
 Right Column (data - object) More...
 
ColumnLeft LeftColumn
 Left Column (data - object) More...
 

Detailed Description

Data structure for the Many to Many Reference Table this class is used to make columns with different types.

Template Parameters
ColumnRight
ColumnLeft

Constructor & Destructor Documentation

◆ ManyToManyRefColumns()

SQLite.SQLiteConnection.ManyToManyRefColumns< ColumnRight, ColumnLeft >.ManyToManyRefColumns ( ColumnLeft  leftColumn,
ColumnRight  rightColum 
)

Constructor of ManyToManyRefColumns

Parameters
leftColumn
rightColum

Member Data Documentation

◆ LeftColumn

ColumnLeft SQLite.SQLiteConnection.ManyToManyRefColumns< ColumnRight, ColumnLeft >.LeftColumn

Left Column (data - object)

◆ RightColumn

ColumnRight SQLite.SQLiteConnection.ManyToManyRefColumns< ColumnRight, ColumnLeft >.RightColumn

Right Column (data - object)


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