SqlCeRemoteDataAccess.Push Method
Transmits changes from a pulled tracked table in SQL Server Compact 3.5 SP1 back to the originating SQL Server table. These changes are individually applied to the server in separate transactions.
Overload List
Name | Description |
---|---|
SqlCeRemoteDataAccess.Push (String, String) |
Transmits changes from a pulled tracked table in SQL Server Compact 3.5 SP1 back to the originating SQL Server table. These changes are individually applied to the server in separate transactions.
|
SqlCeRemoteDataAccess.Push (String, String, RdaBatchOption) |
Transmits changes from a pulled tracked table in SQL Server Compact 3.5 SP1 back to the SQL Server table. These changes can be either individually applied to the server or batched together in a single transaction.
|
See Also
Reference
SqlCeRemoteDataAccess Class
SqlCeRemoteDataAccess Members
System.Data.SqlServerCe Namespace