The ReplaceColumnTransformation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AsExpressionTransformation |
Gets a copy of the underlying ExpressionTransformation.
(Inherited from ExpressionTransformationWrapper.) | |
| Connect | Connects to the input reader.
A DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.) | |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData |
Implements ISerializable.
(Inherited from DataTransformation.) |
See Also