Overload List
| Name | Description | |
|---|---|---|
| WriteCore(Stream, DataRowReader, DataRowReaderColumnCollection) |
Writes data from DataRowReader to the specified stream.
Note that the CanWriteFromReader method must be overridden as well to
indicate for API users if the DataWriter has implemented this method.
| |
| WriteCore(Stream, DataTable, IEnumerableInt32, IEnumerableString) |
Writes data from a DataTable to the specified stream.
|
See Also