System.ComponentModel.Design.Data.IDesignerDataSchema.SupportsSchemaClass Method

Returns a value indicating whether the data store contains the specified data-schema object.

Syntax

public bool SupportsSchemaClass (DesignerDataSchemaClass schemaClass)

Parameters

schemaClass
The schema objects to return.

Returns

true if the data store supports the specified data-schema object; otherwise, false.

Remarks

The IDesignerDataSchema.SupportsSchemaClass(DesignerDataSchemaClass) method indicates whether the data store supports a specified data-schema object. If the data store does not support the specified object, the IDesignerDataSchema.SupportsSchemaClass(DesignerDataSchemaClass) method should return false.

You can add tests for additional data-schema objects by deriving from the System.ComponentModel.Design.Data.DesignerDataSchemaClass class.

Requirements

Namespace: System.ComponentModel.Design.Data
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0