SqlCeClientSyncProvider.OnSelectingChanges メソッド
SelectingChanges イベントを発生させます。
名前空間: Microsoft.Synchronization.Data.SqlServerCe
アセンブリ: Microsoft.Synchronization.Data.SqlServerCe (microsoft.synchronization.data.sqlserverce.dll 内)
構文
'宣言
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'使用
Dim value As SelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges (
SelectingChangesEventArgs^ value
)
protected void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected function OnSelectingChanges (
value : SelectingChangesEventArgs
)
パラメーター
- value
イベント データを格納する SelectingChangesEventArgs オブジェクト。
参照
リファレンス
SqlCeClientSyncProvider クラス
SqlCeClientSyncProvider メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間