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
Public NotInheritable Class FullTextSqlQuery _
Inherits Query
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 Windows SharePoint Services Search Query Object Model.
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.