ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / FullTextFilterCondition Class / TreatSpacesAsAndOperator Property

In This Topic
    TreatSpacesAsAndOperator Property
    In This Topic
    Specifies whether the spaces act as "AND" operator or the query should be matched as it is, including spaces.
    Syntax
    'Declaration
     
    Public Property TreatSpacesAsAndOperator As System.Boolean
    public System.bool TreatSpacesAsAndOperator {get; set;}
    See Also