TransformationRule Members
In This Article
#Constructors
Name | Description |
---|---|
Transformation |
Initializes a new instance of the Transformation |
Transformation |
Initializes a new instance of the Transformation |
#Properties
Name | Description |
---|---|
Actual |
Gets the query node’s actual name. |
Alias | Gets or sets the query node’s alias. |
Column |
Gets or sets a name of the column to which the transformation applies. |
Flatten | Gets or sets whether to transform the properties of a complex column into separate columns. |
Unfold | Gets or sets whether to unfold a complex column to display its properties or values. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the current object has the same settings as the specified object. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also