Show / Hide Table of Contents

Class And

The AND class

Inheritance
Object
QueryElement
Restriction
Bool
And
Implements
ICloneable
Inherited Members
Bool.GetSubElements()
Bool.Left
Bool.Right
Restriction.And(Restriction)
Restriction.Or(Restriction)
Restriction.RestrictionAnd(Restriction, Restriction)
Restriction.RestrictionOr(Restriction, Restriction)
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 sealed class And : Bool, ICloneable

Constructors

And(Restriction, Restriction)

Initializes a new instance of the And class.

Declaration
public And(Restriction left, Restriction right)
Parameters
Type Name Description
Restriction left

left side parameter

Restriction right

right side parameter

Methods

Clone()

Clone the query. Parameter values are shared between the original and the clone.

Declaration
public override object Clone()
Returns
Type Description
Object

Copy of the and node and its sub-elements

Overrides
QueryElement.Clone()
Remarks

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

ToString()

Returns a String that represents the current Object.

Declaration
public override string ToString()
Returns
Type Description
String

a AND b String that represents the current Object.

Overrides
Object.ToString()

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