Click or drag to resize

DataAccessGetDataRowFromReader Method

Fill a DataRow from data extracted from a given data reader

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

Parameters

dataReader
Type: System.Data.CommonDbDataReader
A DataReader to extract the row from
dataTable
Type: System.DataDataTable
A DataTable to copy the row structure from

Return Value

Type: DataRow
A DataRow containing data extracted from a given data reader
See Also