Skip to content

IFullTextSearch Interface

Helper for creating full text search queries.

Members

Name Description
Read-only property FullTextEligibleFields Which columns can be part of a full-text index.
Read-only property FullTextSearchableFields Which columns are full-text indexed.
Read-only property HasFullTextIndex Check whether the table supports full text search.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.