The ColumnRelation type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ColumnRelation(String, String) |
Initializes a new instance of the ColumnRelation class.
| |
ColumnRelation(String, String, String, String) |
Initializes a new instance of the ColumnRelation class.
|
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object Equals(Object).) | |
Equals(ColumnRelation) |
Will evaluate if the descriptors are the same.
The descriptors are considered equal even if the order of the expressions (left/right) are reversed.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object GetHashCode .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
LeftTableName |
Gets the name of the left table.
| |
RightTableName |
Gets the name of the right table.
| |
ValueColumnName |
Gets the name of the value column used for transforming the data.
|
See Also