DataValueCursorCreateT Method (IDataColumn, Boolean) TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

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

Parameters

column
Type: Spotfire.Dxp.DataIDataColumn
The column.
checkValidity
Type: SystemBoolean
True if a validity check should be performed.

Type Parameters

T
The value type.

Return Value

Type: DataValueCursorT
A value cursor.
Version Information

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

Reference