Copies all rows in the supplied DataTable to a destination table specified by the DestinationTableName property of the SqlCeBulkCopy object.
Declaring type: SqlCeBulkCopy
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Syntax
C#
public void WriteToServer (
        DataTable table
) 
Parameters
table

There is no description.