FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgIBaseSelect.h File Reference

Include dependency graph for mgIBaseSelect.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Feature

Functions

__property OSGeo::FDO::Commands::IdentifierCollectionget_Ordering ()
 Gets the IdentifierCollection that holds the list of order by property names. If empty no ordering is used. This list is initially empty and the caller need to add the property that the command should use as a order by criteria.
__property OSGeo::FDO::Commands::OrderingOption get_OrderingOption ()
 Gets the ordering option.
__property System::Void set_OrderingOption (OSGeo::FDO::Commands::OrderingOption option)
 Set the ordering option of the selection. This is only used if the ordering collection is not empty.

Variables

public __gc __interface IBaseSelect

Function Documentation

__property OSGeo ::FDO ::Commands ::IdentifierCollection* get_Ordering  ) 
 

Gets the IdentifierCollection that holds the list of order by property names. If empty no ordering is used. This list is initially empty and the caller need to add the property that the command should use as a order by criteria.

Returns:
Returns the list of group by property names.

__property OSGeo ::FDO ::Commands ::OrderingOption get_OrderingOption  ) 
 

Gets the ordering option.

Returns:
Returns the ordering option.

__property System::Void set_OrderingOption OSGeo::FDO::Commands::OrderingOption  option  ) 
 

Set the ordering option of the selection. This is only used if the ordering collection is not empty.

Parameters:
option Is the ordering option and should be set to one of OrderingOption_Ascending or OrderingOption_Descending. OrderingOption_Ascending is the default value.
Returns:
Returns nothing

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::Feature::IBaseSelect
 


Comments or suggestions? Send us feedback.