| ProjectionRow Properties |
The ProjectionRow type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemInt32 |
Gets the Object at the specified index. Converts DBNull.Value to null.
| |
| ItemString |
Gets the Object with the specified name.
| |
| NameToIndexMap |
Gets the name to index map, which is an index to lookup the value index for a name. The value is the ordinal in the resultset for the column with
the name specified as key.
| |
| RawRow |
Gets the raw row wrapped by this projectionrow
|