NotParameterizedAttribute 类

定义

指示自定义 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 运算符参数不应在查询编译期间参数化。

适用于