ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / FilterExpression Class / CanConvertToSQLFilterExpression() Method

In This Topic
    CanConvertToSQLFilterExpression() Method
    In This Topic
    Determines whether this filter expression can be converted to a SQL filter expression.
    Syntax
    'Declaration
     
    Public Function CanConvertToSQLFilterExpression() As System.Boolean
    public System.bool CanConvertToSQLFilterExpression()
    See Also