| FDO API Reference | Feature Data Objects |
#include <ParameterValue.h>
Inherits FdoIDisposable.
Inheritance diagram for FdoParameterValue:

Definition at line 34 of file ParameterValue.h.
Public Member Functions | |
| FDO_API FdoString * | GetName () |
| Gets the parameter name the value should bind to as a string. | |
| FDO_API FdoLiteralValue * | GetValue () |
| Gets the value to bind to the parameter as an FdoLiteralValue. | |
| FDO_API void | SetName (FdoString *value) |
| Sets the parameter name the value should bind to as a string. | |
| FDO_API void | SetValue (FdoString *value) |
| Sets the value to bind to the parameter as a string. | |
| FDO_API void | SetValue (FdoLiteralValue *value) |
| Sets the value to bind to the parameter as an FdoLiteralValue. | |
Static Public Member Functions | |
| static FDO_API FdoParameterValue * | Create (FdoString *name, FdoLiteralValue *value) |
| Constructs an instance of an FdoParameterValue using the specified arguments. | |
| static FDO_API FdoParameterValue * | Create (FdoString *name) |
| Constructs an instance of an FdoParameterValue using the specified arguments. | |
| static FDO_API FdoParameterValue * | Create () |
| Constructs a default instance of an FdoParameterValue. | |
| Comments or suggestions? Send us feedback. |