NotParameterizedAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示自定义 LINQ 运算符参数不应在查询编译期间参数化。
[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class NotParameterizedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type NotParameterizedAttribute = class
inherit Attribute
Public NotInheritable Class NotParameterizedAttribute
Inherits Attribute
- 继承
-
NotParameterizedAttribute
- 属性
注解
有关详细信息和示例,请参阅 使用 EF Core 查询数据 。
构造函数
NotParameterizedAttribute() |
指示自定义 LINQ 运算符参数不应在查询编译期间参数化。 |