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

mgISelect.h File Reference

Include dependency graph for mgISelect.h:


Namespaces

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

Functions

OSGeo::FDO::Commands::Feature::IFeatureReaderExecuteWithLock ()
 Executes the select command and returns a reference to an IFeatureReader.
__property OSGeo::FDO::Commands::Locking::LockStrategy get_LockStrategy ()
 Gets the LockStrategy value (see "Locking Commands").
__property System::Void set_LockStrategy (OSGeo::FDO::Commands::Locking::LockStrategy value)
 Sets the LockStrategy value (see "Locking Commands").
__property System::Void set_LockType (OSGeo::FDO::Commands::Locking::LockType value)
 Sets the LockType value (see "Locking Commands").

Variables

public __gc __interface ISelect

Function Documentation

OSGeo ::FDO ::Commands ::Feature ::IFeatureReader* ExecuteWithLock  ) 
 

Executes the select command and returns a reference to an IFeatureReader.

Returns:
Returns the feature reader.

__property OSGeo ::FDO ::Commands ::Locking ::LockStrategy get_LockStrategy  ) 
 

Gets the LockStrategy value (see "Locking Commands").

Returns:
Returns the lock strategy.

__property System::Void set_LockStrategy OSGeo::FDO::Commands::Locking::LockStrategy  value  ) 
 

Sets the LockStrategy value (see "Locking Commands").

Parameters:
value Input the lock strategy.
Returns:
Returns nothing

__property System::Void set_LockType OSGeo::FDO::Commands::Locking::LockType  value  ) 
 

Sets the LockType value (see "Locking Commands").

Parameters:
value Input the lock type.
Returns:
Returns nothing

Variable Documentation

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


Comments or suggestions? Send us feedback.