[This is preliminary documentation and is subject to change.]
The Relation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Relation | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | AddAllColumns | Adds all the columns of the relations entity to the Columns collection |
![]() | Associate | |
![]() | BindEnabled | Sets an expression that will determine the value of the Enabled property. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | NotifyRowWasFoundTo | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Enabled |
Determines if this Relation is enabled.
|
![]() | From | Gets the value determining the Relation's from |
![]() | OrderBy |
Gets or sets the value determining order in which the rows are ordered
|
![]() | RowFound |
Returns true if this relation points to an existing row
|
![]() | Type |
Gets this Relation's type
|
![]() | Where |
The FilterCollection according to which rows will be loaded in this Relation |