DbDeleteCommandTree 类

定义

表示一项以命令目录树形式表示的单行删除操作。 此类不能被继承。

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)

适用于