Properties of class RelationInfo

class RelationInfo | Constructors | Methods | All Members


Public Properties

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

Gets the field info pairs.
public FieldInfoPairSet FieldInfoPairs { get; }

Gets the index.
public int Index { get; }

Gets the owner.
public TableInfo Owner { get; }

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