DataValueCursor Methods TIBCO Spotfire 7.6 API Reference

The DataValueCursor type exposes the following members.

Methods

  Name Description
Public method Static member Create(DataColumn)
Creates a non-generic value cursor for a given column.
Public method Static member CreateT(IDataColumn)
Creates a generic value cursor for a given column.
Public method Static member CreateT(IDataColumn, Boolean)
Creates a generic value cursor for a given column.
Public method Static member CreateT(IDataColumn, T, T) Obsolete.
Creates a generic value cursor for a given column.
Public method Static member CreateT, U(IDataColumn, DataValueTransformT, U) Obsolete.
Creates a transforming value cursor for a given column. Note: this method is not implemented.
Public method Static member CreateFormatted(IDataColumn)
Creates a value cursor for the formatted values of a given column.
Public method Static member CreateFormatted(IDataColumn, IDataFormatter)
Creates a value cursor for the formatted values of a given column.
Public method Static member CreateMutableCursor
Creates a mutable DataValueCursor of the given dataType.
Public method Static member CreateNumeric(IDataColumn)
Creates a value cursor for the numeric values of a given column.
Public method Static member CreateNumeric(IDataColumn, Boolean)
Creates a value cursor for the numeric values of a given column.
Public method Static member CreateNumeric(IDataColumn, Double, Double) Obsolete.
Creates a value cursor for the numeric values of a given column.
Public method Static member CreateTime
Creates a value cursor for DateTime values of a given column.
Public method Static member CreateTransformedTOutput, TInput
Creates a transforming value cursor for a given column.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method TryGetError Obsolete.
Tries to the get the error associated with the current value.
Top
See Also

Reference