FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Commands ::Schema ::PhysicalSchemaMapping* OSGeo::FDO::Commands::Schema::PhysicalSchemaMappingCollection::GetItem ( System::String *  providerName,
System::String *  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.