Data Port Sync 1.0.500

SqlCeTableAdapter. Method (DataSet)

[This is preliminary documentation and subject to change.]

Adds or refreshes rows in the DataSet to match those in the source SQL CE table.

[Visual Basic]
Overloads Public Function ( _
   ByVal DataSet As DataSet _
) As Integer
[C#]
public int (
   DataSet dataSet
);

Parameters

DataSet
The DataSet object to fill or update.

Return Value

The number of rows inserted or updated by the Fill method.

See Also

SqlCeTableAdapter Class | Primeworks.DesktopSqlCe Namespace | SqlCeTableAdapter. Overload List