| Row Methods | 
The Row type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| 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.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| 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
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |