EntityDataSourceChangingEventArgs クラス
定義
public ref class EntityDataSourceChangingEventArgs : System::ComponentModel::CancelEventArgs
public class EntityDataSourceChangingEventArgs : System.ComponentModel.CancelEventArgs
type EntityDataSourceChangingEventArgs = class
inherit CancelEventArgs
Public Class EntityDataSourceChangingEventArgs
Inherits CancelEventArgs
- 継承
プロパティ
Cancel |
イベントをキャンセルするかどうかを示す値を取得または設定します。Gets or sets a value indicating whether the event should be canceled. (継承元 CancelEventArgs) |
Context |
データ ソースが使用する ObjectContext を取得します。Gets the ObjectContext used by the data source. |
Entity |
追加、変更、または更新されるオブジェクトを取得します。Gets the object being added, modified, or updated. |
Exception |
挿入、更新、または削除の操作の前に行われていたデータ検証中にスローされた例外を取得します。Gets the exception that was thrown while the data was being validated before the insert, update, or delete operation. |
ExceptionHandled |
例外が既に処理済みで、再度スローする必要がないかどうかを示す値を取得または設定します。Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |