Documentation Project
SqlCeBulkCopy.WriteToServer Method (IEnumerable)
Syntax
Collapse All
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
Syntax
C#
public void WriteToServer ( IEnumerable
collection
)
Parameters
collection
IEnumerable<>. For IEnumerable use other constructor and specify type.
Top
Generated by
ImmDoc .NET
.