'Declaration Public Shared Function ToFilterString( _ ByVal filterExpression As FilterExpression, _ Optional ByVal typedList As ITypedList _ ) As String
public static string ToFilterString( FilterExpression filterExpression, ITypedList typedList )
Parameters
- 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.