Show / Hide Table of Contents

Class S.ArgumentFunctions

Keeper of all functions that work on both FieldInfos and Parameters.

Inheritance
object
S.ArgumentFunctions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public static class S.ArgumentFunctions

Methods

Day(Argument)

Create a new Day element with the given argument

Declaration
public static Day Day(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Day

Hour(Argument)

Create a new Hour element with the given argument

Declaration
public static Hour Hour(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Hour

Lower(Argument)

Lower function. Lower(Argument)

Declaration
public static Lower Lower(Argument arg)
Parameters
Type Name Description
Argument arg

The argument

Returns
Type Description
Lower

a new instance of the Lower class based on the argument provided.

Minute(Argument)

Create a new Minute element with the given argument

Declaration
public static Minute Minute(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Minute

Month(Argument)

Create a new Month element with the given argument

Declaration
public static Month Month(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Month

Second(Argument)

Create a new Second element with the given argument

Declaration
public static Second Second(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Second

Soundex(Argument)

Create a new Soundex element with the given argument

Declaration
public static Soundex Soundex(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Soundex

Trim(Argument)

Trim function. Trim(Argument)

Declaration
public static Trim Trim(Argument arg)
Parameters
Type Name Description
Argument arg

The argument

Returns
Type Description
Trim

a new instance of the Sql.Trim class based on the argument provided.

Upper(Argument)

Upper function. Upper(Argument)

Declaration
public static Upper Upper(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Upper

a new instance of the Upper class based on the argument provided.

Year(Argument)

Create a new Year element with the given argument

Declaration
public static Year Year(Argument arg)
Parameters
Type Name Description
Argument arg
Returns
Type Description
Year
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top