Compartilhar via


Método OnSelectingChanges

Gera o evento SelectingChanges.

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

Sintaxe

'Declaração
Protected Overridable Sub OnSelectingChanges ( _
    value As DbSelectingChangesEventArgs _
)
'Uso
Dim value As DbSelectingChangesEventArgs

Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges(
    DbSelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges(
    DbSelectingChangesEventArgs^ value
)
abstract OnSelectingChanges : 
        value:DbSelectingChangesEventArgs -> unit 
override OnSelectingChanges : 
        value:DbSelectingChangesEventArgs -> unit 
protected function OnSelectingChanges(
    value : DbSelectingChangesEventArgs
)

Parâmetros

Consulte também

Referência

RelationalSyncProvider Classe

Membros RelationalSyncProvider

Namespace Microsoft.Synchronization.Data