SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Properties | List of all members
PiCon.SQL.ManyToManyStructure Class Reference

Data class for the Many to Many relations in the database. More...

Properties

FKReference FkRefRight [get, set]
 The type of the Right Table - the type of the List<T> or Array[] in the Left Table More...
 
FKReference FkRefLeft [get, set]
 The Foreign Key pointing to the Left Table, in the Reference Table, Middle Table More...
 
Type FkRightType [get, set]
 The Foreign Key pointing to the Right Table, in the Reference Table, Middle Table More...
 
Type FkLeftType [get, set]
 The type of the Left Table - the type of the List<T> or Array[] in the Right Table More...
 
bool IsValid [get, set]
 True when the Many To Many realtion is a valid structure. More...
 

Detailed Description

Data class for the Many to Many relations in the database.

Property Documentation

◆ FkLeftType

Type PiCon.SQL.ManyToManyStructure.FkLeftType
getset

The type of the Left Table - the type of the List<T> or Array[] in the Right Table

◆ FkRefLeft

FKReference PiCon.SQL.ManyToManyStructure.FkRefLeft
getset

The Foreign Key pointing to the Left Table, in the Reference Table, Middle Table

◆ FkRefRight

FKReference PiCon.SQL.ManyToManyStructure.FkRefRight
getset

The type of the Right Table - the type of the List<T> or Array[] in the Left Table

◆ FkRightType

Type PiCon.SQL.ManyToManyStructure.FkRightType
getset

The Foreign Key pointing to the Right Table, in the Reference Table, Middle Table

◆ IsValid

bool PiCon.SQL.ManyToManyStructure.IsValid
getset

True when the Many To Many realtion is a valid structure.


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