IsSubtypeOf(ISchema):Boolean

Checks whether the current schema corresponds to the indicated schema or is structurally subordinate to the latter.

If the current schema is located below the indicated schema structurally, then the current schema is a derived schema and thus a Subtype of the indicated schema.

If the indicated schema is the same schema as the current schema, then the value true is also returned.

Return type: System.Boolean

Parameter

superType

Type: Onion.Client.ISchema

This parameter is the schema for which to check whether the current schema is located below this schema structurally or is even the same schema.