TreatSpacesAsAndOperator Property (C1FullTextFilter)
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 Boolean
public bool TreatSpacesAsAndOperator {get; set;}
See Also