0 out of 1 rated this helpful - Rate this topic

DataRowExtensions Methods

  Name Description
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
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.