The Row type exposes the following members.

Properties

  NameDescription
Public propertyColumns
Accesses ColumnData array in the Row
Public propertyCount
Returns the number of columns in the Row
Public propertyItem[([( Int32])])
Accesses the ColumnData corresponding to the index
Public propertyItem[([( String])])
Accesses the ColumnData corresponding to the tag name. Note: The performance of this method is slower due to a call to a Dictionary
Public propertySchema
Returns the Schema object describing this Row
Public propertySize
internal size

See Also