次の方法で共有


SqlFilter.RequiresPreprocessing プロパティ

定義

ルール アクションに前処理が必要かどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="requiresPreprocessing")]
public bool? RequiresPreprocessing { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requiresPreprocessing")>]
member this.RequiresPreprocessing : Nullable<bool> with get, set
Public Property RequiresPreprocessing As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象