Share via


RelationalSyncProvider.OnSelectingChanges 方法

引发 SelectingChanges 事件。

此方法不符合 CLS。  

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Protected Overridable Sub OnSelectingChanges ( _
    value As DbSelectingChangesEventArgs _
)
用法
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
)

参数

请参阅

参考

RelationalSyncProvider 类
RelationalSyncProvider 成员
Microsoft.Synchronization.Data 命名空间