RelationalSyncProvider.OnSelectingChanges Method

Raises the SelectingChanges event.

This method is not CLS-compliant.  

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

Parameters

See Also

Reference

RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace