バージョン

GetFilterRuleStringGeneral メソッド

filterValue に基づいて SQL の where 節型のフィルター条件のコンパイルします。
シンタックス
'宣言
 
Protected Function GetFilterRuleStringGeneral( _
   ByVal columnKey As String, _
   ByVal filterValue As String _
) As String
protected string GetFilterRuleStringGeneral( 
   string columnKey,
   string filterValue
)

パラメータ

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

戻り値の型

SQL の文字列 - 節タイプ フィルター条件
参照