Copies all rows in the supplied IEnumerable to a destination table specified by the DestinationTableName property of the SqlBulkCopy object. Use other constructor for IEnumerable<>
Declaring type: SqlCeBulkCopy
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Syntax
C#
public void WriteToServer (
        IEnumerable collection,
        Type elementType
) 
Parameters
collection

There is no description.

elementType

There is no description.