Translates the FDO schema information in the provided MgFeatureSchemaCollection object into a string containing an XML representation of the schema definitions in the feature source. See Feature Schema .
.NET Syntax
virtual string SchemaToXml(MgFeatureSchemaCollection schema);
|
Java Syntax
virtual String SchemaToXml(MgFeatureSchemaCollection schema);
|
PHP Syntax
virtual string SchemaToXml(MgFeatureSchemaCollection schema);
|
- Parameters:
-
- Returns:
- Returns a string containiing a set of FDO schema definitions in XML format.
- Exceptions:
-