| Properties of class ChildRelationInfo |
class ChildRelationInfo | Constructors | Methods | All Members
Public Properties
Gets the alias of the child relation.
public string ChildRelationAlias { get; }
RelationInfo
Gets the child table info.
public TableInfo ChildTable { get; }
Gets the field info pairs.
public FieldInfoPairSet FieldInfoPairs { get; }
RelationInfo
Gets the index.
public int Index { get; }
RelationInfo
Gets the owner.
public TableInfo Owner { get; }
RelationInfo
Gets the owner table info.
public TableInfo OwnerTable { get; }
Gets the alias of the parent relation.
public string ParentRelationAlias { get; }
RelationInfo