| 
               | 
            
              Data
             | 
          
| Name | Description | |
|---|---|---|
| 
                 | 
              ConvertField(DataRow, String, Type) | Automatically applies type conversion to column values when only a type is available. | 
| 
                 | 
              ConvertField(DataRow, String, Type, Object) | Automatically applies type conversion to column values when only a type is available. | 
| 
                 | 
              ConvertFieldT(DataRow, String) | Provides strongly-typed access to each of the column values in the specified row. Automatically applies type conversion to the column values. | 
| 
                 | 
              ConvertFieldT(DataRow, String, T) | Provides strongly-typed access to each of the column values in the specified row. Automatically applies type conversion to the column values. |