Class Upper
Upper allow the case of a string to be altered so that all characters are uppercase.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class Upper : ArgumentFunction, ICloneable
Constructors
Upper(Argument)
Initializes a new instance of the Upper class, and takes arg argument as in-parameter.
Declaration
public Upper(Argument arg)
Parameters
Type | Name | Description |
---|---|---|
Argument | arg | The field to perform the operation on. |
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
Remarks
This method is used by the
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | UPPER(a) |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)