FDO API Reference Feature Data Objects

FunctionDefinition::FunctionDefinition System::String *  name,
System::String *  description,
NAMESPACE_OSGEO_FDO_SCHEMA::DataType  returnType,
NAMESPACE_OSGEO_FDO_CONNECTIONS_CAPABILITIES::ArgumentDefinitionCollection *  arguments
 

Constructs an instance of an FdoFunctionDefinition using the specified arguments.

Parameters:
name Input the name of the function.
description Input a brief description.
returnType Input the function return type
arguments Input the argument definition list
length Input the number of arguments
Returns:
Returns FdoFunctionDefinition

Comments or suggestions? Send us feedback.