DataRowExtensions Methods
.NET Framework 4.5
| Name | Description | |
|---|---|---|
|
Field<T>(DataRow, DataColumn) | Provides strongly-typed access to each of the column values in the specified row. The Field 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 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 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 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 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 method also supports nullable types. |
|
SetField<T>(DataRow, DataColumn, T) | Sets a new value for the specified column in the DataRow. The SetField 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 method also supports nullable types. |
|
SetField<T>(DataRow, String, T) | Sets a new value for the specified column in the DataRow. The SetField method also supports nullable types. |