FDO API Reference Feature Data Objects

FDO_API FdoPhysicalSchemaMapping* FdoPhysicalSchemaMappingCollection::GetItem 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.

Parameters:
connection Input the FDO connection.
schemaName Input Feature Schema name.
Returns:
Returns the Schema Override set for the given Feature Schema and the FDO Provider for the given connection. NULL is return if the set was not found.

Comments or suggestions? Send us feedback.