Compartir a través de


SqlCeClientSyncProvider.OnSelectingChanges Método

Genera el evento SelectingChanges.

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

Sintaxis

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

Vea también

Referencia

SqlCeClientSyncProvider Clase
SqlCeClientSyncProvider Miembros
Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres