DataAccessCopyDataReaderCurrentRowToDataTable Method  | 
 
            Copies the current row a DataReader to the given DataTable
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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