Click or drag to resize

IDataRowSettersetDataRow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the data row -- non reflection row data set. Only if table has column with same name and only values are copied

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
DataRow setDataRow(
	DataTable target
)
Request Example View Source

Parameters

target
Type: System.DataDataTable
The target.

Return Value

Type: DataRow
See Also