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

mgIDescribeSchemaMapping.h File Reference

Include dependency graph for mgIDescribeSchemaMapping.h:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Schema

Functions

__property System::Boolean get_IncludeDefaults ()
 Gets the current "include default mappings" setting.
__property System::Void set_IncludeDefaults (System::Boolean includeDefaults)
 Sets the "include default mappings" setting.

Variables

public __gc __interface IDescribeSchemaMapping

Function Documentation

__property System::Boolean get_IncludeDefaults  ) 
 

Gets the current "include default mappings" setting.

Returns:
Returns True if Execute() will include default mappings.

__property System::Void set_IncludeDefaults System::Boolean  includeDefaults  ) 
 

Sets the "include default mappings" setting.

Parameters:
includeDefaults Input True: Execute() will return all mappings for the feature schema(s). False: Execute() will not include default logical to physical mappings, only those mappings that have been overridden will be returned.
Returns:
Returns nothing

Variable Documentation

public __gc __interface OSGeo::FDO::Commands::Schema::IDescribeSchemaMapping
 


Comments or suggestions? Send us feedback.