Properties of class ParentRelationInfo

class ParentRelationInfo | Constructors | Methods | All Members


Public Properties

Gets the alias of the child relation.
public string ChildRelationAlias { get; }      RelationInfo

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.
public TableInfo OwnerTable { get; }

Gets the alias of the parent relation.
public string ParentRelationAlias { get; }      RelationInfo

Gets the parent table.
public TableInfo ParentTable { get; }