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.0.5.0 (8.0.5.20210818)
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