Compartir a través de


NotParameterizedAttribute Clase

Definición

Indica que el parámetro del operador LINQ personalizado no se debe parametrizar durante la compilación de consultas.

[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
Herencia
NotParameterizedAttribute
Atributos

Comentarios

Consulte Consulta de datos con EF Core para obtener más información y ejemplos.

Constructores

NotParameterizedAttribute()

Indica que el parámetro del operador LINQ personalizado no se debe parametrizar durante la compilación de consultas.

Se aplica a