DbFunctionCommandTree 类

定义

表示对数据库函数的调用。

public ref class DbFunctionCommandTree sealed : System::Data::Common::CommandTrees::DbCommandTree
public sealed class DbFunctionCommandTree : System.Data.Common.CommandTrees.DbCommandTree
type DbFunctionCommandTree = class
    inherit DbCommandTree
Public NotInheritable Class DbFunctionCommandTree
Inherits DbCommandTree
继承
DbFunctionCommandTree

属性

EdmFunction

获取表示正在调用的函数的 EdmFunction

Parameters

获取在此 DbCommandTree 中可以引用的每个参数的名称和相应类型。

(继承自 DbCommandTree)
ResultType

获取函数的第一个结果集的预期结果类型。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于