DataRowExtensions::Field Method
Provides strongly-typed access to each of the column values in the DataRow.
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. |

