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.0.0.0 (4.0.0.0)
Syntax public 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