SqlCeRowUpdatedEventArgs メンバー
RowUpdated イベントのデータを提供します。
SqlCeRowUpdatedEventArgs 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SqlCeRowUpdatedEventArgs | SqlCeRowUpdatedEventArgs クラスの新しいインスタンスを初期化します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
CopyToRows | (inherited from RowUpdatedEventArgs) | |
CopyToRows | (inherited from RowUpdatedEventArgs) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Command | Update の呼び出し時に実行される SqlCeCommand を取得します。 | |
Errors | (inherited from RowUpdatedEventArgs) | |
RecordsAffected | (inherited from RowUpdatedEventArgs) | |
Row | (inherited from RowUpdatedEventArgs) | |
RowCount | (inherited from RowUpdatedEventArgs) | |
StatementType | (inherited from RowUpdatedEventArgs) | |
Status | (inherited from RowUpdatedEventArgs) | |
TableMapping | (inherited from RowUpdatedEventArgs) |
Top