FDO API Reference Feature Data Objects

FDO_API FdoPhysicalSchemaMapping* FdoPhysicalSchemaMappingCollection::GetItem FdoString providerName,
FdoString schemaName
 

Gets the Schema Override set for the specified FDO provider and Feature Schema.

Parameters:
providerName Input FDO Provider name of the form "[Company].[Provider].[Version]".
schemaName Input Feature Schema name.
Returns:
the Schema Override set for the given FDO Provider and Feature Schema, where the [company] and [provider] parts of the set’s providerName and the given providerName match exactly. The set with the highest [version], that is less than or equal to the [version] of the given provider, is returned. NULL is return if a set was not found.

Comments or suggestions? Send us feedback.