Documentation Project
SqlCeBulkCopy.WriteToServer Method (DataTable, DataRowState)
Syntax
Collapse All
Copies only rows that match the supplied row state 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
Syntax
C#
public void WriteToServer ( DataTable
table
, DataRowState
rowState
)
Parameters
table
There is no description.
rowState
There is no description.
Top
Generated by
ImmDoc .NET
.