()
Public Member Functions | |
__property System::String * | get_Name () |
Gets the parameter name the value should bind to as a string. | |
__property OSGeo::FDO::Expression::LiteralValue * | get_Value () |
Gets the value to bind to the parameter as an LiteralValue. | |
ParameterValue (System::String *name, OSGeo::FDO::Expression::LiteralValue *value) | |
Constructs an instance of an ParameterValue using the specified arguments. | |
ParameterValue (System::String *name) | |
Constructs an instance of an ParameterValue using the specified arguments. | |
ParameterValue () | |
Constructs a default instance of an ParameterValue. | |
__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 (OSGeo::FDO::Expression::LiteralValue *value) |
Sets the value to bind to the parameter as an LiteralValue. |