バージョン

GetFilterRuleStringEntity メソッド (WebDropDown)

Entity-where 句タイプのフィルタリング条件をコンパイルします。
シンタックス
'宣言
 
Protected Function GetFilterRuleStringEntity( _
   ByVal columnKey As String, _
   ByVal filterValue As String _
) As String
protected string GetFilterRuleStringEntity( 
   string columnKey,
   string filterValue
)

パラメータ

columnKey
条件が適用される列の名前
filterValue
columnKey と比較される値

戻り値の型

Entity-where 句タイプのフィルタリング条件の文字列。
参照