Class Second
Argument function to extract the Second component of a datetime; output is an integer value
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class Second : NonCoercedArgumentFunction, ICloneable
Constructors
Second(Argument)
Argument function to extract the Second component of a datetime; output is an integer value
Declaration
public Second(Argument arg)
Parameters
Type | Name | Description |
---|---|---|
Argument | arg |
Methods
Clone()
Creates a copy of the query elements, but shares parameter values with the original, so it is not a complete copy.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
object | Copy of all the restrictions/joins |
Overrides
Remarks
This method is used by the SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.
ToString()
Argument function to extract the Second component of a datetime; output is an integer value
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |