Click or drag to resize
ProjectionRow Properties

The ProjectionRow type exposes the following members.

Properties
  NameDescription
Public propertyItemInt32
Gets the Object at the specified index. Converts DBNull.Value to null.
Public propertyItemString
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