DbSelectingChangesEventArgs Class

Provides data for the SelectingChanges event.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class DbSelectingChangesEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DbSelectingChangesEventArgs
public class DbSelectingChangesEventArgs : EventArgs
public ref class DbSelectingChangesEventArgs : public EventArgs
type DbSelectingChangesEventArgs =  
    class
        inherit EventArgs
    end
public class DbSelectingChangesEventArgs extends EventArgs

The DbSelectingChangesEventArgs type exposes the following members.

Constructors

  Name Description
Public method DbSelectingChangesEventArgs(DbSyncScopeMetadata, DbSyncSession, DbSyncContext, IDbConnection, IDbTransaction) Initializes a new instance of the DbSelectingChangesEventArgs class by using scope metadata, session, context, connection, and transaction parameters.
Public method DbSelectingChangesEventArgs(DbSyncScopeMetadata, DbSyncSession, DbSyncContext, IDbConnection, IDbTransaction, ReadOnlyCollection<String>) Initializes a new instance of the DbSelectingChangesEventArgs class by using scope metadata, session, context, connection, transaction, and table name parameters.

Top

Properties

  Name Description
Public property Connection Gets an IDbConnection object for the connection over which changes are selected during synchronization.
Public property Context Obsolete. Gets a DbSyncContext object that contains data changes, anchor values, and other metadata for a synchronization session.
Public property ScopeMetadata Gets a DbSyncScopeMetaData object that contains metadata, such as synchronization knowledge.
Public property Session Gets a DbSyncSession object that contains synchronization session variables, such as the ID of the peer that is synchronizing.
Public property Tables Gets a collection of the names of tables from which changes will be selected.
Public property Transaction Gets or sets an IDbTransaction object that contains the transaction within which changes to tables are selected.

Top

Methods

  Name Description
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 ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Data Namespace