次の方法で共有


SqlFilter.Parameters プロパティ

定義

フィルター式の値を設定します。 使用できる型: string、int、long、bool、double

public System.Collections.Generic.IDictionary<string,object> Parameters { get; }
member this.Parameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Parameters As IDictionary(Of String, Object)

プロパティ値

フィルター式の値。

適用対象