Compartilhar via


Método RelationalSyncProvider.OnSelectingChanges

Gera o evento SelectingChanges.

Este método não é compatível com CLS.  

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
)
protected void OnSelectingChanges (
    DbSelectingChangesEventArgs value
)
protected function OnSelectingChanges (
    value : DbSelectingChangesEventArgs
)

Parâmetros

Consulte também

Referência

Classe RelationalSyncProvider
Membros RelationalSyncProvider
Namespace Microsoft.Synchronization.Data