Helper for creating full text search queries.
Members
| Name | Description | |
|---|---|---|
![]() |
FullTextEligibleFields | Which columns can be part of a full-text index. |
![]() |
FullTextSearchableFields | Which columns are full-text indexed. |
![]() |
HasFullTextIndex | Check whether the table supports full text search. |
![]() |
SupportsSQLExpression | Check whether the table supports a SQL expression as a search term. |
IFullTextSearch.FullTextEligibleFields Property
Which columns can be part of a full-text index.
Public ReadOnly Property FullTextEligibleFields As IStringArray
public IStringArray FullTextEligibleFields {get;}
IFullTextSearch.FullTextSearchableFields Property
Which columns are full-text indexed.
Public ReadOnly Property FullTextSearchableFields As IStringArray
public IStringArray FullTextSearchableFields {get;}
IFullTextSearch.HasFullTextIndex Property
Check whether the table supports full text search.
Public ReadOnly Property HasFullTextIndex As Boolean
public bool HasFullTextIndex {get;}
IFullTextSearch.SupportsSQLExpression Property
Check whether the table supports a SQL expression as a search term.
Public ReadOnly Property SupportsSQLExpression As Boolean
public bool SupportsSQLExpression {get;}
Classes that implement IFullTextSearch
| Classes | Description |
|---|
