Add(ISchema, Boolean):Void

Adds a schema to the collection.

Return type: System.Void

Parameter

schema

Type: Onion.Client.ISchema

This parameter is the schema to be added to the collection.

includeDerivations

Type: System.Boolean

This parameter controls whether derivations of the indicated schema are also to be added to the collection.

If the derivations are not contained in the collection, only data objects are found that follow the indicated schema. Data objects of the derived schema are not included.