Class Trim
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class Trim : ArgumentFunction, ICloneable
Constructors
Trim(Argument)
Initializes a new instance of the Trim function
Declaration
public Trim(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
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TRIM(a) |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)