| FDO API Reference | Feature Data Objects |
#include <Function.h>
Inherits FdoExpression.
Inheritance diagram for FdoFunction:

Definition at line 34 of file Function.h.
Public Member Functions | |
| FDO_API FdoExpressionCollection * | GetArguments () |
| Gets the FdoExpressionCollection that contains the arguments to the function. | |
| FDO_API FdoString * | GetName () |
| Gets the name of the function. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoFunction to the appropriate expression processor operation. | |
| FDO_API void | SetName (FdoString *value) |
| Sets the name of the function. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
| FdoString * | ToStringInternal (FdoIdentifierCollection *pIdCol) |
| This is an internal method. It returns the well defined text representation of the expression. | |
Static Public Member Functions | |
| static FDO_API FdoFunction * | Create (FdoString *name, FdoExpressionCollection *arguments) |
| Constructs an instance of a function using the specified arguments. | |
| static FDO_API FdoFunction * | Create (FdoString *name, FdoExpression **arguments, FdoInt32 numArgs) |
| Constructs an instance of a function using the specified arguments. | |
| static FDO_API FdoFunction * | Create () |
| Constructs a default instance of an FdoFunction. | |
| Comments or suggestions? Send us feedback. |