Converts the into a DataSet filter expression https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression.
シンタックス
'宣言
Public Shared Function ToFilterString( _
ByVal As FilterExpression, _
Optional ByVal As System.ComponentModel.ITypedList _
) As System.String
public static System.string ToFilterString(
FilterExpression ,
System.ComponentModel.ITypedList
)
パラメータ
- 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.
例外
参照