Skip to main content
A newer version of this page is available. .

RelationInfo Members

Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.

Constructors

Name Description
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.

Properties

Name Description
JoinType Specifies the type of the Join statement that is used to obtain data records from two or more datasource tables.
KeyColumns Returns the list of RelationColumnInfo objects assigned to the current RelationInfo.
NestedTable Specifies the nested table name.
ParentTable Specifies the parent table name.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of RelationInfo.
See Also