FullTextSqlQuery Class
Represents a search query using the Enterprise SearchSQL Syntax.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Query.Query
Microsoft.Office.Server.Search.Query.FullTextSqlQuery
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public NotInheritable Class FullTextSqlQuery _
Inherits Query
'Usage
Dim instance As FullTextSqlQuery
public sealed class FullTextSqlQuery : Query
Remarks
Use this class for executing SQL syntax search queries. Use the KeywordQuery class for executing Keyword syntax search queries.
For more information about using the FullTextSqlQuery class in Enterprise Search, see Enterprise Search Query Object Model Overview.
See Walkthrough: Creating an ASP.NET Web Part for the AdventureWorks Business Data Application Sample for a code sample using the FullTextSqlQuery class.
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.