RelationalSyncProvider.OnSelectingChanges Method

Raises the SelectingChanges event.

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

Syntax

'Declaration
Protected Overridable Sub OnSelectingChanges ( _
    value As DbSelectingChangesEventArgs _
)
'Usage
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
)

Parameters

See Also

Reference

RelationalSyncProvider Class

Microsoft.Synchronization.Data Namespace