0 out of 2 rated this helpful - Rate this topic

FullTextSqlQuery Class

Represents a search query using the Enterprise SearchSQL Syntax.

Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
public sealed class FullTextSqlQuery : Query

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.

System.Object
   Microsoft.Office.Server.Search.Query.Query
    Microsoft.Office.Server.Search.Query.FullTextSqlQuery
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.