WriteToServer(System.Data.DataRow[
]) |
Copies all rows from the DataRow array
to the destination table specified by the DestinationTableName property. |
WriteToServer(System.Data.DataTable) |
Copies all rows from the DataTable to
the destination table specified by the DestinationTableName property. |
WriteToServer(System.Data.DataTable,
System.Data.DataRowState) |
Copies only the rows in the specified state
(indicated in DataRowState) from the DataTable to
the destination table specified by the DestinationTableName property. |
WriteToServer(System.Data.IDataReader) |
Copies all rows from the DataReader to
the destination table specified by the DestinationTableName property. |