| DataAccessCopyDataReaderCurrentRowToDataTable Method  | 
            Copies the current row a DataReader to the given DataTable
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void CopyDataReaderCurrentRowToDataTable(
	DbDataReader dataReader,
	DataTable dataTable
)
Public Sub CopyDataReaderCurrentRowToDataTable ( 
	dataReader As DbDataReader,
	dataTable As DataTable
)
Parameters
- dataReader
 - Type: System.Data.CommonDbDataReader
A DataReader to extract the row from - dataTable
 - Type: System.DataDataTable
A DataTable to fill 
See Also