FDO .NET API Reference | Feature Data Objects |
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::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. | |
__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 |
|
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.
|
|
Gets the ordering option.
|
|
Set the ordering option of the selection. This is only used if the ordering collection is not empty.
|
|
|
Comments or suggestions? Send us feedback. |