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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > FilterExpression クラス : QueryFromExpression メソッド
The expression to get the query from.
The fields applied to the query.
Gets the query back from the expression. If the query can not be determined it returns an empty string.
シンタックス
'宣言
 
Public Shared Function QueryFromExpression( _
   ByVal expression As FilterExpression, _
   ByVal fields As System.Collections.Generic.IEnumerable(Of String) _
) As System.String
public static System.string QueryFromExpression( 
   FilterExpression expression,
   System.Collections.Generic.IEnumerable<string> fields
)

パラメータ

expression
The expression to get the query from.
fields
The fields applied to the query.
解説
This method performs the opposite of FromString method.
参照

FilterExpression クラス
FilterExpression メンバ