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
)
參數
- value
包含事件資料的 DbSelectingChangesEventArgs 物件。
請參閱
參考
RelationalSyncProvider 類別
RelationalSyncProvider 成員
Microsoft.Synchronization.Data 命名空間