Class Lower
Upper allow the case of a string to be altered so that all characters are lowercase.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class Lower : ArgumentFunction, ICloneable
Constructors
Lower(Argument)
Initializes a new instance of the LeftOuterJoin class and takes a arg argument as parameter.
Declaration
public Lower(Argument arg)
Parameters
Type | Name | Description |
---|---|---|
Argument | arg | Argument for used as in-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 node and its sub-elements |
Overrides
Remarks
This method is used by the SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | LOWER(a) |