DataRowExtensions Methods
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Field<T>(DataRow^, DataColumn^) | Provides strongly-typed access to each of the column values in the specified row. The Field<T> method also supports nullable types. |
![]() ![]() | Field<T>(DataRow^, DataColumn^, DataRowVersion) | Provides strongly-typed access to each of the column values in the specified row. The Field<T> method also supports nullable types. |
![]() ![]() | Field<T>(DataRow^, Int32) | Provides strongly-typed access to each of the column values in the specified row. The Field<T> method also supports nullable types. |
![]() ![]() | Field<T>(DataRow^, Int32, DataRowVersion) | Provides strongly-typed access to each of the column values in the specified row. The Field<T> method also supports nullable types. |
![]() ![]() | Field<T>(DataRow^, String^) | Provides strongly-typed access to each of the column values in the specified row. The Field<T> method also supports nullable types. |
![]() ![]() | Field<T>(DataRow^, String^, DataRowVersion) | Provides strongly-typed access to each of the column values in the specified row. The Field<T> method also supports nullable types. |
![]() ![]() | SetField<T>(DataRow^, DataColumn^, T) | Sets a new value for the specified column in the DataRow. The SetField<T> method also supports nullable types. |
![]() ![]() | SetField<T>(DataRow^, Int32, T) | Sets a new value for the specified column in the DataRow the method is called on. The SetField<T> method also supports nullable types. |
![]() ![]() | SetField<T>(DataRow^, String^, T) | Sets a new value for the specified column in the DataRow. The SetField<T> method also supports nullable types. |

