The ExprFunction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExprFunction |
Creates a new ExprFunction of the specified
subexpression subExpr.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns the string form of this ExprFunction.
(Overrides Object..::..ToString()()()().) | |
| ToWire |
Returns the wire form of this ExprFunction.
| |
| ValidateSyntax |
Validates the syntax of this ExprFunction.
|
Fields
| Name | Description | |
|---|---|---|
| ABS |
Absolute value function.
| |
| CEIL |
Ceiling function.
| |
| COS |
Cosine function.
| |
| DATE |
Date constant.
| |
| DAY_OF_MONTH |
Day-of-month constant.
| |
| DAY_OF_WEEK |
Day-of-week constant.
| |
| DAY_OF_YEAR |
Day-of-year constant.
| |
| EXP |
Exponential function.
| |
| EXTRACT |
Date Extraction function.
| |
| FLOOR |
Floor function.
| |
| HOUR |
Hour constant.
| |
| LAG |
Lag function.
| |
| LEAD |
Lead function.
| |
| LN |
Natural logarithm function.
| |
| MINUTE |
Minute constant.
| |
| MONTH |
Month constant.
| |
| QUARTER |
Quarter year constant.
| |
| ROUND |
Round function.
| |
| SECOND |
Second constant.
| |
| SIGN |
Sign function.
| |
| SIN |
Sine function.
| |
| SQRT |
Square root function.
| |
| TAN |
Tangent function.
| |
| TO_DURATION |
Duration function.
| |
| TRUNC |
Date Truncation function.
| |
| WEEK |
Week constant.
| |
| YEAR |
Year constant.
|
Properties
| Name | Description | |
|---|---|---|
| Function |
Gets and sets the function for this ExprFunction.
| |
| IExpr |
Gets and sets the subexpression for this ExprFunction.
|