Documentation Project
SqlCeBulkCopy.WriteToServer Method (IEnumerable, Type)
Syntax
Collapse All
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
Syntax
C#
public void WriteToServer ( IEnumerable
collection
, Type
elementType
)
Parameters
collection
There is no description.
elementType
There is no description.
Top
Generated by
ImmDoc .NET
.