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