DataRowExtensions.SetField Method
.NET Framework 4.5
Sets a new value for the specified column in the DataRow.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |