The Row type exposes the following members.
Properties
Name | Description | |
---|---|---|
Columns |
Accesses ColumnData array in the Row
| |
Count |
Returns the number of columns in the Row
| |
Item[([( Int32])]) |
Accesses the ColumnData corresponding to the index
| |
Item[([( String])]) |
Accesses the ColumnData corresponding to the tag name.
Note: The performance of this method is slower due to
a call to a Dictionary
| |
Schema |
Returns the Schema object describing this Row
| |
Size |
internal size
|