Sdílet prostřednictvím


NotParameterizedAttribute Třída

Definice

Signály, že vlastní parametr operátoru LINQ by neměl být parametrizován během kompilace dotazu.

[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
Dědičnost
NotParameterizedAttribute
Atributy

Poznámky

Další informace a příklady najdete v tématu Dotazování na data pomocí EF Core .

Konstruktory

NotParameterizedAttribute()

Signály, že vlastní parametr operátoru LINQ by neměl být parametrizován během kompilace dotazu.

Platí pro