DataValueCursor Create T  Method (IDataColumn, Boolean) TIBCO Spotfire 6.5 API Reference
Creates a generic value cursor for a given column.

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

public static DataValueCursor<T> Create<T>(
	IDataColumn column,
	bool checkValidity
)

Parameters

column
Type: Spotfire.Dxp.Data IDataColumn
The column.
checkValidity
Type: System Boolean
True if a validity check should be performed.
Type Parameters

T
The value type.

Return Value

Type: DataValueCursor T 
A value cursor.
Version Information

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