Click or drag to resize

DataAccessCopyDataReaderCurrentRowToDataTable Method

Copies the current row a DataReader to the given DataTable

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void CopyDataReaderCurrentRowToDataTable(
	DbDataReader dataReader,
	DataTable dataTable
)

Parameters

dataReader
Type: System.Data.CommonDbDataReader
A DataReader to extract the row from
dataTable
Type: System.DataDataTable
A DataTable to fill
See Also