SelectingChangesEventArgs Class
Provides data for the client SelectingChanges event and the server SelectingChanges event.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SelectingChangesEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SelectingChangesEventArgs | Initializes a new instance of the SelectingChangesEventArgs class by using group metadata, session, context, connection, and transaction parameters. |
| Name | Description | |
|---|---|---|
![]() | Connection | Gets an IDbConnection object for the connection over which changes are selected. |
![]() | Context | Gets a SyncContext object that contains data changes and anchor values and other metadata for a synchronization session. |
![]() | GroupMetadata | Gets a SyncGroupMetadata object that contains metadata, such as the names of the tables in the synchronization group. |
![]() | Session | Gets a SyncSession object that contains synchronization session variables, such as the ID of the client that is synchronizing. |
![]() | Transaction | Gets or sets an IDbTransaction object that contains the transaction within which changes to tables are selected. |
Show:
