DataCollection
ToFilterString メソッド

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1BindingListDataCollection クラス : ToFilterString メソッド
The expression to be converted.
The typed list used to look for property names and find whether it is necessary to convert the property to string.
Converts the filterExpression into a DataSet filter expression https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression.
シンタックス
'宣言
 
Public Shared Function ToFilterString( _
   ByVal filterExpression As FilterExpression, _
   Optional ByVal typedList As System.ComponentModel.ITypedList _
) As System.String
public static System.string ToFilterString( 
   FilterExpression filterExpression,
   System.ComponentModel.ITypedList typedList
)

パラメータ

filterExpression
The expression to be converted.
typedList
The typed list used to look for property names and find whether it is necessary to convert the property to string.
例外
例外解説
Thrown when a C1.DataCollection.FilterPredicateExpression is passed as parameter. This kind of expressions are opaque and can not be converted.
参照

C1BindingListDataCollection クラス
C1BindingListDataCollection メンバ