DataColumnSignature Constructor (String, DataType) TIBCO Spotfire 6.0 API Reference
Creates a column signature from the name and data type of 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 DataColumnSignature(
	string name,
	DataType dataType
)

Parameters

name
Type: System String
The name of the column.
dataType
Type: Spotfire.Dxp.Data DataType
The data type of the column.
See Also