StatementCompletedEventArgs クラス
定義
StatementCompleted イベントの追加情報を提供します。Provides additional information for the StatementCompleted event.
public ref class StatementCompletedEventArgs sealed : EventArgs
public sealed class StatementCompletedEventArgs : EventArgs
type StatementCompletedEventArgs = class
inherit EventArgs
Public NotInheritable Class StatementCompletedEventArgs
Inherits EventArgs
- 継承
コンストラクター
StatementCompletedEventArgs(Int32) |
StatementCompletedEventArgs クラスの新しいインスタンスを作成します。Creates a new instance of the StatementCompletedEventArgs class. |
プロパティ
RecordCount |
StatementCompleted イベントが発生する原因となったステートメントの影響を受けた行の数を示します。Indicates the number of rows affected by the statement that caused the StatementCompleted event to occur. |
メソッド
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) |