Method TryGetValue
| Improve this Doc View SourceTryGetValue(Column, out Object)
Gets the value that is associated with the specified column key.
Declaration
public bool TryGetValue(Column key, out object value)
Parameters
Type | Name | Description |
---|---|---|
Column | key | The column as key. |
System.Object | value | The data value. |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, TValue)