Transform |
The TransformTuple type exposes the following members.
| Name | Description | |
|---|---|---|
| TransformTuple | Initializes a new instance of the TransformTuple class. | |
| TransformTuple(IEnumerableObject) | Initializes a new instance of the TransformTuple class. | |
| TransformTuple(IListConnectorElement) | Initializes a new instance of the TransformTuple class. | |
| TransformTuple(Object) | Initializes a new instance of the TransformTuple class. |
| Name | Description | |
|---|---|---|
| HasNullValue | Gets a value indicating whether this instance contains at least one null value. | |
| Item | Gets the Object with the specified index. | |
| Length | Gets the number of data values. | |
| Values | Gets the data values. |
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Equals(TransformTuple) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |