Skip to content

IRow.GetIndexedData method

Gets the indexed data.

public object GetIndexedData(int index)
parameter description
index The index.

Return Value

The value stored at the specified index, or null if not present.

See Also