Class DynamicSQLQuery
A container class for the intermediate translation of a TextSearchParameters object into an SQL statement. This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance
Inherited Members
Namespace: EPiServer.Core.Html
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Obsolete("indexing is now handled through the Indexing Service")]
public class DynamicSQLQuery
Constructors
DynamicSQLQuery()
Declaration
public DynamicSQLQuery()
Fields
AggregateFunction
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public string AggregateFunction
Field Value
| Type | Description |
|---|---|
| System.String |
ExcludeWordList
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public ArrayList ExcludeWordList
Field Value
| Type | Description |
|---|---|
| System.Collections.ArrayList |
JoinList
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public ArrayList JoinList
Field Value
| Type | Description |
|---|---|
| System.Collections.ArrayList |
OptionalWordList
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public ArrayList OptionalWordList
Field Value
| Type | Description |
|---|---|
| System.Collections.ArrayList |
Properties
ExcludeWords
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public string ExcludeWords { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
JoinStatement
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public string JoinStatement { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
OptionalWords
This class and its members are reserved for internal use and are not intended to be used in your code.
Declaration
public string OptionalWords { get; }
Property Value
| Type | Description |
|---|---|
| System.String |