Blazor コントロール
FromString メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > FilterExpression クラス : FromString メソッド
The query to be filtered.
The fields taken into account in the filter operation.
If set to true treat spaces as and operator.
If set to true the case will be taken into account.
If set to true the whole word will have to be matched.
Creates a FilterExpression from a string.
シンタックス
'宣言
 
Public Shared Function FromString( _
   ByVal query As System.String, _
   ByVal fields As System.Collections.Generic.IEnumerable(Of String), _
   Optional ByVal treatSpacesAsAndOperator As System.Boolean, _
   Optional ByVal matchCase As System.Boolean, _
   Optional ByVal matchWholeWord As System.Boolean _
) As FilterExpression
public static FilterExpression FromString( 
   System.string query,
   System.Collections.Generic.IEnumerable<string> fields,
   System.bool treatSpacesAsAndOperator,
   System.bool matchCase,
   System.bool matchWholeWord
)

パラメータ

query
The query to be filtered.
fields
The fields taken into account in the filter operation.
treatSpacesAsAndOperator
If set to true treat spaces as and operator.
matchCase
If set to true the case will be taken into account.
matchWholeWord
If set to true the whole word will have to be matched.
参照

FilterExpression クラス
FilterExpression メンバ