Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
A DbSelectingChangesEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace