|
MapGuide API Reference
|
| virtual MgByteReader* MgFeatureService::GetCapabilities | ( | CREFSTRING | providerName, |
| CREFSTRING | connectionString | ||
| ) | [pure virtual] |
Gets the capabilities of an FDO Provider expressed in XML according to the FdoProviderCapabilities schema.
| virtual MgByteReader GetCapabilities(string providerName); |
| virtual MgByteReader GetCapabilities(String providerName); |
| virtual MgByteReader GetCapabilities(string providerName); |
| providerName | (String/string) The name of the FDO provider. Get the exact form of the name from MgFeatureService::GetFeatureProviders. |
| connectionString | (String/string) The connection string to use. |
| MgInvalidArgumentException | |
| MgFdoException |