RelationalSyncProvider.OnSelectingChanges Método

Provoca el evento SelectingChanges.

Este método no es compatible con CLS.  

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

RelationalSyncProvider Clase
RelationalSyncProvider Miembros
Microsoft.Synchronization.Data Espacio de nombres