Click or drag to resize

DataCollectionMetadataColumnsByName Property

Gets a dictionary of columns by name

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IDictionary<string, TableColumn> ColumnsByName { get; }

Property Value

Type: IDictionaryString, TableColumn
See Also