Class S.ArgumentFunctions
Keeper of all functions that work on both FieldInfos and Parameters.
Inheritance
S.ArgumentFunctions
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
Returns
Hour(Argument)
Create a new Hour element with the given argument
Declaration
public static Hour Hour(Argument arg)
Parameters
Returns
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
Returns
Month(Argument)
Create a new Month element with the given argument
Declaration
public static Month Month(Argument arg)
Parameters
Returns
Second(Argument)
Create a new Second element with the given argument
Declaration
public static Second Second(Argument arg)
Parameters
Returns
Soundex(Argument)
Create a new Soundex element with the given argument
Declaration
public static Soundex Soundex(Argument arg)
Parameters
Returns
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)
Declaration
public static Upper Upper(Argument arg)
Parameters
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
Returns