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()

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 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

System.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