DataColumnSignatureCollection Constructor TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also