SelectingChangesEventArgs Class

Provides data for the client SelectingChanges event and the server SelectingChanges event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.SelectingChangesEventArgs

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

'Declaration
Public Class SelectingChangesEventArgs _
	Inherits EventArgs
'Usage
Dim instance As SelectingChangesEventArgs

The SelectingChangesEventArgs type exposes the following members.

  NameDescription
Public methodSelectingChangesEventArgsInitializes a new instance of the SelectingChangesEventArgs class by using group metadata, session, context, connection, and transaction parameters.
Top

  NameDescription
Public propertyConnectionGets an IDbConnection object for the connection over which changes are selected.
Public propertyContextGets a SyncContext object that contains data changes and anchor values and other metadata for a synchronization session.
Public propertyGroupMetadataGets a SyncGroupMetadata object that contains metadata, such as the names of the tables in the synchronization group.
Public propertySessionGets a SyncSession object that contains synchronization session variables, such as the ID of the client that is synchronizing.
Public propertyTransactionGets or sets an IDbTransaction object that contains the transaction within which changes to tables are selected.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: