SqlCeSyncProvider::CreateEnumerationTransaction Method

Creates a read-committed transaction over which to enumerate changes from the SQL Server Compact database.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

protected:
virtual IDbTransaction^ CreateEnumerationTransaction() override

Return Value

Type: System.Data::IDbTransaction
The transaction used for change enumeration.
Show: