This topic has not yet been rated - Rate this topic

DataRowExtensions.SetField Method

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
Public method Static member SetField<T>(DataRow, DataColumn, T) Sets a new value for the specified column in the DataRow. The SetField method also supports nullable types.
Public method Static member 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.
Public method Static member SetField<T>(DataRow, String, T) Sets a new value for the specified column in the DataRow. The SetField method also supports nullable types.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.