DataColumnSignatureCollection Constructor TIBCO Spotfire 7.0 API Reference
Initializes a new instance of the DataColumnSignatureCollection class. Creates a new collection of column signatures.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[ObsoleteAttribute("This class is not used anywhere and does not need to be used.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public DataColumnSignatureCollection(
	IEnumerable<DataColumnSignature> columnSignatures
)

Parameters

columnSignatures
Type: System.Collections.Generic IEnumerable DataColumnSignature 
The column signature that should be part of the collection.
Exceptions

ExceptionCondition
System ArgumentNullException Thrown if the columnSignatures parameter is null.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also