DbDeleteCommandTree クラス

定義

コマンド ツリーとして表される 1 つの行削除操作を表します。 このクラスは継承できません。

public ref class DbDeleteCommandTree sealed : System::Data::Common::CommandTrees::DbModificationCommandTree
public sealed class DbDeleteCommandTree : System.Data.Common.CommandTrees.DbModificationCommandTree
type DbDeleteCommandTree = class
    inherit DbModificationCommandTree
Public NotInheritable Class DbDeleteCommandTree
Inherits DbModificationCommandTree
継承

プロパティ

名前 説明
Parameters

この DbCommandTree内で参照できる各パラメーターの名前と対応する型を取得します。

(継承元 DbCommandTree)
Predicate

削除するターゲット コレクションのメンバーを決定するために使用する述語を指定する DbExpression を取得します。

Target

データ操作言語 (DML) 操作のターゲット テーブルを指定する DbExpressionBinding を取得します。

(継承元 DbModificationCommandTree)

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象