DbSyncProvider.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
)
参数
- value
包含事件数据的 DbSelectingChangesEventArgs 对象。
请参阅
参考
DbSyncProvider 类
DbSyncProvider 成员
Microsoft.Synchronization.Data 命名空间