DataValueCursor Create T  Method (IDataColumn, Boolean) TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also