FullTextSqlQuery Class

Represents a search query using the SearchSQL Syntax.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Search.Query.Query
    Microsoft.SharePoint.Search.Query.FullTextSqlQuery

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public NotInheritable Class FullTextSqlQuery _
    Inherits Query
'Usage
Dim instance As FullTextSqlQuery
public sealed class FullTextSqlQuery : Query

Remarks

Use this class to execute SQL syntax search queries. Use the KeywordQuery class to execute Keyword syntax search queries.

For more information about using the FullTextSqlQuery class in Search, see Query Object Model Overview.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FullTextSqlQuery Members

Microsoft.SharePoint.Search.Query Namespace