バージョン

GetFilterRuleStringInternal メソッド

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

パラメータ

columnKey
条件が適用される列の名前
filterValue
columnKey と比較される値
isEntity
true のブール値は、Entity-where 節を適用することを示します。そうでない場合、SQL-Where 節を適用します。
allowEmptyVals
ブール値は空文字列の比較を許可します。

戻り値の型

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