FDO API Reference Feature Data Objects

ParameterValue Class Reference

List of all members.

Detailed Description

The FdoParameterValue class specifies a value for a particular parameter. Instances of this class are used to specify a value to bind to a parameter when a command is executed.


Public Member Functions

__property System::String * get_Name ()
 Gets the parameter name the value should bind to as a string.
__property NAMESPACE_OSGEO_FDO_EXPRESSION::LiteralValue * get_Value ()
 Gets the value to bind to the parameter as an FdoLiteralValue.
 ParameterValue (System::String *name, NAMESPACE_OSGEO_FDO_EXPRESSION::LiteralValue *value)
 Constructs an instance of an FdoParameterValue using the specified arguments.
 ParameterValue (System::String *name)
 Constructs an instance of an FdoParameterValue using the specified arguments.
 ParameterValue ()
 Constructs a default instance of an FdoParameterValue.
__property System::Void set_Name (System::String *value)
 Sets the parameter name the value should bind to as a string.
__property System::Void set_Value (System::String *value)
 Sets the value to bind to the parameter as a string.
__property System::Void set_Value (NAMESPACE_OSGEO_FDO_EXPRESSION::LiteralValue *value)
 Sets the value to bind to the parameter as an FdoLiteralValue.

Protected Member Functions

System::Void Dispose (System::Boolean disposing)

Comments or suggestions? Send us feedback.