ICompiledExpressionRoot 接口

定义

指定有关已编译的表达式根的信息。

public interface class ICompiledExpressionRoot
public interface ICompiledExpressionRoot
type ICompiledExpressionRoot = interface
Public Interface ICompiledExpressionRoot

方法

CanExecuteExpression(String, Boolean, IList<LocationReference>, Int32)

指示 ICompiledExpressionRoot 是否可以执行查询。

GetExpressionTreeForExpression(Int32, IList<LocationReference>)

获取用于该表达式的表达式树。

GetLanguage()

获取用于表达式的根的语言。

GetRequiredLocations(Int32)

获取表达式根所需位置的列表。

InvokeExpression(Int32, IList<Location>)

调用 ICompiledExpressionRoot, 使用指定的表达式标识符和位置。

InvokeExpression(Int32, IList<LocationReference>, ActivityContext)

调用 ICompiledExpressionRoot, 使用指定的表达式标识符、位置和活动上下文。

适用于