The DataTransformationsOperation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CanReload |
Checks whether the data for this operation can be reloaded.
(Inherited from DataOperation.) | |
| CanReplaceTransformations |
Checks whether it is possible to replace transformations.
| |
| CanSetDataLoadingBehavior |
Checks whether the specified DataLoadingBehavior
can be set on this operation.
(Inherited from DataOperation.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTransformations |
Gets a copy of the DataTransformations performed by this operation.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Reload |
Reloads the data for this operation.
(Inherited from DataOperation.) | |
| ReplaceTransformations |
Replaces the current DataTransformations performed by this operation,
with the supplied transformations.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetOutputSignatures |
Tries to get the output DataColumnSignatures from this operation.
(Inherited from DataOperation.) |
See Also