Writes data from the data source to the destination table.
void WriteToServer( DataRow[ ] rows )
void WriteToServer( DataTable table )
void WriteToServer( IDataReader reader )
void WriteToServer( DataTable table, DataRowState rowState )