DbSelectingChangesEventArgs Class

Provides data for the SelectingChanges event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Data.DbSelectingChangesEventArgs

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

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

The DbSelectingChangesEventArgs type exposes the following members.

  NameDescription
Public methodDbSelectingChangesEventArgs(DbSyncScopeMetadata, DbSyncSession, DbSyncContext, IDbConnection, IDbTransaction)Initializes a new instance of the DbSelectingChangesEventArgs class by using scope metadata, session, context, connection, and transaction parameters.
Public methodDbSelectingChangesEventArgs(DbSyncScopeMetadata, DbSyncSession, DbSyncContext, IDbConnection, IDbTransaction, ReadOnlyCollection(Of String))Initializes a new instance of the DbSelectingChangesEventArgs class by using scope metadata, session, context, connection, transaction, and table name parameters.
Top

  NameDescription
Public propertyConnectionGets an IDbConnection object for the connection over which changes are selected during synchronization.
Public propertyContext Obsolete. Gets a DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
Public propertyScopeMetadataGets a DbSyncScopeMetaData object that contains metadata, such as synchronization knowledge.
Public propertySessionGets a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.
Public propertyTablesGets a collection of the names of tables from which changes will be selected.
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: