Método DbServerSyncProvider.OnSelectingChanges
Gera o evento SelectingChanges.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'Uso
Dim value As SelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges (
SelectingChangesEventArgs^ value
)
protected void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected function OnSelectingChanges (
value : SelectingChangesEventArgs
)
Parâmetros
- value
Um objeto SelectingChangesEventArgs que contém dados do evento.
Consulte também
Referência
Classe DbServerSyncProvider
Membros DbServerSyncProvider
Namespace Microsoft.Synchronization.Data.Server