Click or drag to resize

ProjectionRow Properties

The ProjectionRow type exposes the following members.

Properties
  NameDescription
Public propertyItem[Int32]
Gets the Object at the specified index. Converts DBNull.Value to null.
Public propertyItem[String]
Gets the Object with the specified name.
Public propertyNameToIndexMap
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.
Public propertyRawRow
Gets the plain row wrapped by this projectionrow
Top
See Also