DataReader.GetItem Method
Retrieves the value of the item at the specified index in the current block of data.
Overload List
Name | Description | |
---|---|---|
GetItem(Int32) | Retrieves the value of the item at the specified index in the current block of data. | |
GetItem(String) | Retrieves the value of a data item with the specified name in the current block of data. |
Top