TransformTuple Class

Class that represent a full data record when handled by the linked Transform instances defined within a process.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsTransformTuple

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TransformTuple : IEquatable<TransformTuple>

The TransformTuple type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHasNullValue
Gets a value indicating whether this instance contains at least one null value.
Public propertyItem
Gets the Object with the specified index.
Public propertyLength
Gets the number of data values.
Public propertyValues
Gets the data values.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TransformTuple)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also