Open this page in the API Guide

TransformTuple Class

Class that represent a full data record when handled by the linked Transform instances defined within a process.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Transforms.TransformTuple

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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 Object.Equals(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 Object.GetHashCode().)
Top
See Also