Property Keys
| Improve this Doc View SourceKeys
Gets the keys in this dictionary.
Declaration
public IEnumerable<Column> Keys { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Column> |
Implements
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Keys