NotParameterizedAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
訊號表示自訂 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 運算子參數不應該在查詢編譯期間進行參數化。 |