DataRowReaderColumn Constructor (String, DataType, DataColumnProperties, DataValueCursor) TIBCO Spotfire 7.6 API Reference
Create a new column for a DataRowReader.

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 DataRowReaderColumn(
	string name,
	DataType dataType,
	DataColumnProperties properties,
	DataValueCursor cursor
)

Parameters

name
Type: SystemString
The name of the column.
dataType
Type: Spotfire.Dxp.DataDataType
The data type of the column.
properties
Type: Spotfire.Dxp.DataDataColumnProperties
The column properties
cursor
Type: Spotfire.Dxp.DataDataValueCursor
The DataValueCursor that defines the column values.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if the name is null.
ArgumentNullExceptionThrown if the dataType is null.
ArgumentNullExceptionThrown if the properties is null.
ArgumentNullExceptionThrown if the cursor is null.
ArgumentExceptionThrown if the name is the empty string.
Remarks

Implementors typically use the CreateMutableCursor(DataType) factory method to create the DataValueCursor.
Version Information

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

Reference