FunctionDefinition 类

定义

实体 SQL 查询内联函数定义,作为 ParseResult 的一部分返回。Entity SQL query inline function definition, returned as a part of ParseResult.

public ref class FunctionDefinition sealed
public sealed class FunctionDefinition
type FunctionDefinition = class
Public NotInheritable Class FunctionDefinition
继承
FunctionDefinition

属性

EndPosition

eSQL 查询文本中函数定义的结束位置。End position of the function definition in the eSQL query text.

Lambda

函数体和参数。Function body and parameters.

Name

函数名称。Function name.

StartPosition

eSQL 查询文本中函数定义的起始位置。Start position of the function definition in the eSQL query text.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets 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)

适用于