次の方法で共有


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 演算子パラメーターをパラメーター化しないことを通知します。

適用対象