FullTextSqlQuery Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the FullTextSqlQuery class.
Overload List
Name | Description | |
---|---|---|
FullTextSqlQuery(ServerContext) | Initializes a new instance of the FullTextSqlQuery class, based on the specified Shared Services Provider context. | |
FullTextSqlQuery(SPSite) | Initializes a new instance of the FullTextSqlQuery class, based on the specified site. | |
FullTextSqlQuery(String) | Obsolete. Initializes a new instance of the FullTextSqlQuery class, based on the specified application name. | |
FullTextSqlQuery(SearchServiceApplicationProxy) | Initializes a new instance of the FullTextSqlQuery class, based on the specified search service application. |
Top