共用方式為


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 運算子參數不應該在查詢編譯期間進行參數化。

適用於