SaaS CMS has officially launched! Learn more now.

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
System.Object
DynamicSQLQuery
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Html
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[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

Extension Methods