NotParameterizedAttribute Class

Definition

Signals that custom LINQ operator parameter should not be parameterized during query compilation.

[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
Inheritance
NotParameterizedAttribute
Attributes

Remarks

See Querying data with EF Core for more information and examples.

Constructors

NotParameterizedAttribute()

Applies to