DataColumnSignature Constructor (String, DataType) TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

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