다음을 통해 공유


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 연산자 매개 변수를 매개 변수화하면 안 된다는 신호입니다.

적용 대상