FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Connections::Capabilities::FunctionDefinition::FunctionDefinition ( System::String *  name,
System::String *  description,
OSGeo::FDO::Schema::DataType  returnType,
OSGeo::FDO::Connections::Capabilities::ArgumentDefinitionCollection arguments 
)

Constructs an instance of a FunctionDefinition 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
Returns:
Returns FunctionDefinition


Comments or suggestions? Send us feedback.