FDO API Reference Feature Data Objects

Int64Value Class Reference

List of all members.

Detailed Description

The FdoInt64Value class derives from FdoDataValue and represents a 64-bit signed integer value.


Public Member Functions

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

Static Public Member Functions

static System::Int64 op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::Int64Value *value)
 A cast operator to get the integer value.

Comments or suggestions? Send us feedback.