FDO API Reference Feature Data Objects

mgIBaseSelect.h File Reference

Include dependency graph for mgIBaseSelect.h:

This graph shows which files directly or indirectly include this file:


Functions

__property NAMESPACE_OSGEO_FDO_COMMANDS::IdentifierCollection * get_Ordering ()
 Gets the FdoIdentifierCollection 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 NAMESPACE_OSGEO_FDO_COMMANDS::OrderingOption get_OrderingOption ()
 Gets the ordering option.
__property System::Void set_OrderingOption (NAMESPACE_OSGEO_FDO_COMMANDS::OrderingOption option)
 Set the ordering option of the selection. This is only used if the ordering collection is not empty.

Variables

END_NAMESPACE_OSGEO_FDO_COMMANDS
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_FEATURE
public __gc __interface 
IBaseSelect
 The FdoISelect interface defines the Select command, which queries for features of a given class that match the specified criteria. Input to the select command includes the name of the class, the list of properties to be returned, and a filter. All but the class name is optional. If the list of properties to be returned is empty then all properties are returned. The filter may be specified either as text or as an expression tree (most likely produced by a query builder). The result of executing a select command is an FdoIFeatureReader reference (see "Reading Features"). If the feature provider supports locking, then the select command can optionally lock all of the features selected, via the ExecuteWithLock method (see "Locking Commands" for more information on locking features).

Comments or suggestions? Send us feedback.