IDesignerDataSchema.SupportsSchemaClass(DesignerDataSchemaClass) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether the data store contains the specified data-schema object.
public:
bool SupportsSchemaClass(System::ComponentModel::Design::Data::DesignerDataSchemaClass ^ schemaClass);
public bool SupportsSchemaClass (System.ComponentModel.Design.Data.DesignerDataSchemaClass schemaClass);
abstract member SupportsSchemaClass : System.ComponentModel.Design.Data.DesignerDataSchemaClass -> bool
Public Function SupportsSchemaClass (schemaClass As DesignerDataSchemaClass) As Boolean
Parameters
- schemaClass
- DesignerDataSchemaClass
The schema objects to return.
Returns
true
if the data store supports the specified data-schema object; otherwise, false
.
Remarks
The SupportsSchemaClass method indicates whether the data store supports a specified data-schema object. If the data store does not support the specified object, the SupportsSchemaClass method should return false
.
You can add tests for additional data-schema objects by deriving from the DesignerDataSchemaClass class.