FDO API Reference Feature Data Objects

FdoPhysicalSchemaMappingCollection Class Reference

#include <PhysicalSchemaMappingCollection.h>

Inherits FdoCollection< FdoPhysicalSchemaMapping, FdoCommandException >, FdoXmlDeserializable, and FdoXmlSerializable.

Inheritance diagram for FdoPhysicalSchemaMappingCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoPhysicalSchemaMappingCollection defines a collection of Schema Override sets. This is a generic collection which can contain override sets for different FDO Providers.

Definition at line 40 of file PhysicalSchemaMappingCollection.h.


Public Member Functions

FDO_API FdoPhysicalSchemaMappingGetItem (FdoIConnection *connection, FdoString *schemaName)
 Gets the Schema Override set for the specified Feature Schema and the FDO provider for the specified connection. This function allows an application to retrieve the Schema Overrides for an active provider without knowing the provider name.
FDO_API FdoPhysicalSchemaMappingGetItem (FdoString *providerName, FdoString *schemaName)
 Gets the Schema Override set for the specified FDO provider and Feature Schema.
FDO_API FdoPhysicalSchemaMappingGetItem (FdoInt32 item)
 Gets the Schema Override set in the collection at the specified index. Throws an invalid argument exception if the index is out of range.

Static Public Member Functions

static FDO_API FdoPhysicalSchemaMappingCollectionCreate ()
 Constructs an instance of an FdoPhysicalSchemaMappingCollection .

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.