SqlCeRemoteDataAccess Methods

Include Protected Members
Include Inherited Members

The SqlCeRemoteDataAccess type exposes the following members.

Methods

  Name Description
Public method Dispose Releases all unmanaged resources.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method Pull(String, String, String) Downloads data from a remote SQL Server database and stores that data in a single table in a local SQL Server Compact database.
Public method Pull(String, String, String, RdaTrackOption) Downloads data from a remote SQL Server database and stores that data in a single table in a local SQL Server Compact database.
Public method Pull(String, String, String, RdaTrackOption, String) Downloads data from a remote SQL Server database and stores that data in a single table in a local SQL Server Compact database.
Public method Push(String, String) Transmits changes from a pulled tracked table in SQL Server Compact back to the originating SQL Server table. These changes are individually applied to the server in separate transactions.
Public method Push(String, String, RdaBatchOption) Transmits changes from a pulled tracked table in SQL Server Compact back to the SQL Server table. These changes can be either individually applied to the server or batched together in a single transaction.
Public method SubmitSql Submits SQL statements for execution on a database in SQL Server on a remote server.
Public method ToString (inherited from Object)

Top

See Also

Reference

SqlCeRemoteDataAccess Class

System.Data.SqlServerCe Namespace