Row Methods | 
The Row type exposes the following members.
| Name | Description | |
|---|---|---|
| GetColumn | 
            Gets a column information by name. Returns null if not found.
              | |
| GetEnumerator | 
            Returns an enumerator that iterates through the row values from the first position to the last one.
              | |
| GetValue(Type, Int32) | 
            Gets the stored value in the column specified by index
              | |
| GetValue(Type, String) | 
            Gets the stored value in the column specified by name
              | |
| GetValueT(Int32) | 
            Gets the stored value in the column specified by index.
              | |
| GetValueT(String) | 
            Gets the stored value in the column specified by name.
              | |
| IsNull(Int32) | 
            Determines if the value in the column is null
              | |
| IsNull(String) | 
            Determines if the value in the column is null
              |