OnSelectingChanges 方法

引发 SelectingChanges 事件。

命名空间:  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
)
abstract OnSelectingChanges : 
        value:DbSelectingChangesEventArgs -> unit 
override OnSelectingChanges : 
        value:DbSelectingChangesEventArgs -> unit 
protected function OnSelectingChanges(
    value : DbSelectingChangesEventArgs
)

参数

请参阅

参考

RelationalSyncProvider类

RelationalSyncProvider 成员

Microsoft.Synchronization.Data 命名空间