FdoPhysicalSchemaMappingCollection Class Reference

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

#include <PhysicalSchemaMappingCollection.h>

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

List of all members.


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
FdoPhysicalSchemaMappingCollection
Create ()
 Constructs an instance of an FdoPhysicalSchemaMappingCollection .

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.


The documentation for this class was generated from the following file: