Initializes a new instance of the DataColumnSignatureCollection class. Creates a new collection of column signatures.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax
Parameters
- columnSignatures
- Type: System.Collections.Generic IEnumerable DataColumnSignature
The column signature that should be part of the collection.
Exceptions
| Exception | Condition |
|---|---|
| System ArgumentNullException | Thrown if the columnSignatures parameter is null. |
Version Information
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
Obsolete (compiler warning) in 4.0
Obsolete (compiler warning) in 3.3
See Also