FDO API Reference Feature Data Objects

StringValue Class Reference

List of all members.

Detailed Description

The FdoStringValue class derives from FdoDataValue and represents a literal string.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoStringValue.
__property System::String * get_String ()
 Gets the FdoStringValue as a string.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoStringValue to the appropriate expression processor operation.
__property System::Void set_String (System::String *value)
 Sets the FdoStringValue as a string.
System::Void SetNull ()
 Sets the FdoStringValue to a null value.
 StringValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 StringValue (System::String *value)
 Constructs a default instance of an FdoStringValue using the specified arguments.
 StringValue ()
 Constructs a default instance of an FdoStringValue with a value of null.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::String * op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::StringValue *value)
 A cast operator to get the string.

Comments or suggestions? Send us feedback.