QueryCompilationContext.NotTranslatedExpression 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示转换阶段查询树中未翻译表达式的表达式。
此属性通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。
public static readonly System.Linq.Expressions.Expression NotTranslatedExpression;
staticval mutable NotTranslatedExpression : System.Linq.Expressions.Expression
Public Shared ReadOnly NotTranslatedExpression As Expression