Share via


DbSelectingChangesEventArgs Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the DbSelectingChangesEventArgs class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  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

See Also

Reference

DbSelectingChangesEventArgs Class

Microsoft.Synchronization.Data Namespace