Skip to content

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