Show / Hide Table of Contents

Class QueryElement

Ipmplementing the visitor pattern.

Inheritance
object
QueryElement
Argument
Restriction
Implements
ICloneable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class QueryElement : ICloneable

Constructors

QueryElement()

Ipmplementing the visitor pattern.

Declaration
protected QueryElement()

Methods

Clone()

Creates a copy of the query elements, but shares parameter values with the original, so it is not a complete copy.

Declaration
public abstract object Clone()
Returns
Type Description
object

Copy of all the restrictions/joins

Remarks

This method is used by the SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.

GetSubElements()

Return subelements.

Declaration
protected abstract QueryElement[] GetSubElements()
Returns
Type Description
QueryElement[]

Array of QueryElement

Implements

ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top