Interface IApplySchema
Defines a command that applies the given Feature Schema to a Feature Source
Inherited Members
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IApplySchema : ICommand
Remarks
This command is only supported on certain implementations of IServerConnection You can find out if the connection supports this command through the Capabilities
Properties
| Improve this Doc View SourceFeatureSourceId
Gets or sets the Feature Source ID
Declaration
string FeatureSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Schema
Gets or sets the Feature Schema
Declaration
FeatureSchema Schema { get; set; }
Property Value
Type | Description |
---|---|
FeatureSchema |
Methods
| Improve this Doc View SourceExecute()
Executes the command
Declaration
void Execute()