Click or drag to resize

TableMetadataIndexes Property

Gets the table indexes by name

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

Property Value

Type: IDictionaryString, IndexMetadata
See Also