RelationInfo()
|
Initializes a new instance of the RelationInfo class with the default settings.
|
RelationInfo(String, String, RelationColumnInfo)
|
Initializes a new instance of the RelationInfo class with the specified tables and a key column.
|
RelationInfo(String, String, JoinType, RelationColumnInfo)
|
Initializes a new instance of the RelationInfo class with the specified settings.
|
RelationInfo(String, String, JoinType, IEnumerable<RelationColumnInfo>)
|
Initializes a new instance of the RelationInfo class with the specified settings.
|
RelationInfo(String, String, JoinType, String, String)
|
Initializes a new instance of the RelationInfo class with the specified settings.
|
RelationInfo(String, String, JoinType)
|
Initializes a new instance of the RelationInfo class with the specified tables and join type.
|
RelationInfo(String, String, IEnumerable<RelationColumnInfo>)
|
Initializes a new instance of the RelationInfo class with the specified tables and key columns.
|
RelationInfo(String, String, String, String)
|
Initializes a new instance of the RelationInfo class with the specified tables and their key columns.
|
RelationInfo(String, String)
|
Initializes a new instance of the RelationInfo class with the specified parent and nested tables.
|