Redefine(ISchema, String):Void
Adds a new schema definition for a schema.
By means of this method, a new schema definition is added to the procedure for a schema. The changed XSD is not yet saved however. To do this, the procedure must be started by means of Commit or BeginCommit.
Return type: System.Void
Parameter
- schema
Type: Onion.Client.ISchema
This parameter is the schema to be revised.
If the schema is already present in this procedure, this schema and the relevant new schema definition are not added.
- newSchemaDefinition
Type: System.String
This parameter contains the revised XSD for the indicated schema.