The ExprFunction type exposes the following members.

Constructors

  NameDescription
Public methodExprFunction
Creates a new ExprFunction of the specified subexpression subExpr.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string form of this ExprFunction.
(Overrides Object..::..ToString()()()().)
Public methodToWire
Returns the wire form of this ExprFunction.
Public methodValidateSyntax
Validates the syntax of this ExprFunction.

Fields

  NameDescription
Public fieldStatic memberABS
Absolute value function.
Public fieldStatic memberCEIL
Ceiling function.
Public fieldStatic memberCOS
Cosine function.
Public fieldStatic memberDATE
Date constant.
Public fieldStatic memberDAY_OF_MONTH
Day-of-month constant.
Public fieldStatic memberDAY_OF_WEEK
Day-of-week constant.
Public fieldStatic memberDAY_OF_YEAR
Day-of-year constant.
Public fieldStatic memberEXP
Exponential function.
Public fieldStatic memberEXTRACT
Date Extraction function.
Public fieldStatic memberFLOOR
Floor function.
Public fieldStatic memberHOUR
Hour constant.
Public fieldStatic memberLAG
Lag function.
Public fieldStatic memberLEAD
Lead function.
Public fieldStatic memberLN
Natural logarithm function.
Public fieldStatic memberMINUTE
Minute constant.
Public fieldStatic memberMONTH
Month constant.
Public fieldStatic memberQUARTER
Quarter year constant.
Public fieldStatic memberROUND
Round function.
Public fieldStatic memberSECOND
Second constant.
Public fieldStatic memberSIGN
Sign function.
Public fieldStatic memberSIN
Sine function.
Public fieldStatic memberSQRT
Square root function.
Public fieldStatic memberTAN
Tangent function.
Public fieldStatic memberTO_DURATION
Duration function.
Public fieldStatic memberTRUNC
Date Truncation function.
Public fieldStatic memberWEEK
Week constant.
Public fieldStatic memberYEAR
Year constant.

Properties

  NameDescription
Public propertyFunction
Gets and sets the function for this ExprFunction.
Public propertyIExpr
Gets and sets the subexpression for this ExprFunction.

See Also