MutableValueCursor T  Class TIBCO Spotfire 7.0 API Reference
A generic mutable cursor class that should be used when reading data from a DataRowReader.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataValueCursor
    Spotfire.Dxp.Data DataValueCursor T 
      Spotfire.Dxp.Data MutableValueCursor T 

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public sealed class MutableValueCursor<T> : DataValueCursor<T>, 
	IMutableValueCursor<T>
Type Parameters

T
The result type.
Remarks

This class is mutable in the sense that the DataValue T  that MutableDataValue property returns should be modified to set the new value of the cursor.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also