DesignerDataSchemaClass Class
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.
Specifies the types of objects that can be retrieved from a data-store schema. This class cannot be inherited.
public ref class DesignerDataSchemaClass sealed
public sealed class DesignerDataSchemaClass
type DesignerDataSchemaClass = class
Public NotInheritable Class DesignerDataSchemaClass
- Inheritance
-
DesignerDataSchemaClass
The DesignerDataSchemaClass class is one of several types that represent the schema of a data store at design-time. These schema items are made available to controls by designers implementing the IDataEnvironment interface. Controls access schema objects by calling the GetConnectionSchema method of the interface.
Use fields from the DesignerDataSchemaClass class when calling the GetSchemaItems method to specify the types of objects you want to retrieve from a data-store schema.
Stored |
Indicates that stored procedures should be returned from the data-store schema. |
Tables |
Indicates that tables should be returned from the data-store schema. |
Views |
Indicates that data views should be returned from the data-store schema. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: