DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterBinaryExpression Class / CanConvertToSQLFilterExpression Method

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