IRow.GetDictionaryData method
Gets the dictionary data.
public object GetDictionaryData(object key)
| parameter | description |
|---|---|
| key | The key. |
Return Value
The value stored under the specified key, or null if not present.
See Also
- interface IRow
Gets the dictionary data.
public object GetDictionaryData(object key)
| parameter | description |
|---|---|
| key | The key. |
The value stored under the specified key, or null if not present.