For a list of all members of this type, see Generic ObjectReader members.
| Name | Description | |
|---|---|---|
| Current | Returns the current object. Before accessing this property call at least one time the Read method. | |
| FinishedReading | Returns if the ObjectReader has finished reading. Is true after Read returned false. | |
| HasObjects | Returns whether the ObjectReader contains one or more rows. | |
| IsClosed | Indicates whether the ObjectReader has been closed. |
| Name | Description | |
|---|---|---|
| Context | Returns the associated instance of the ObjectContext class. |