FDO API Reference Feature Data Objects

Parameter Class Reference

List of all members.

Detailed Description

The FdoParameter class derives from FdoValueExpression and represents a substitution parameter in the expression. FdoParameters are represented by a name: when expressions are evaluated, the caller must supply a value to be bound to each parameter name.

Remarks:
For information on how to set the value of a parameter, see the FdoICommand interface and FdoParameterValue.


Public Member Functions

__property System::String * get_Name ()
 Gets the name of the parameter.
 Parameter (System::IntPtr unmanaged, System::Boolean autoDelete)
 Parameter (System::String *name)
 Constructs an instance of a parameter using the specified arguments.
 Parameter ()
 Constructs a default instance of a parameter.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoParameter to the appropriate expression processor operation.
__property System::Void set_Name (System::String *value)
 Sets the name of the parameter.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Comments or suggestions? Send us feedback.