This documentation is archived and is not being maintained.
System.ComponentModel.Design.Data Namespace
Visual Studio 2008
The System.ComponentModel.Design.Data namespace contains classes you can use to build custom design-time behavior for data-related components.
| Class | Description | |
|---|---|---|
![]() | DataSourceDescriptor | Implements the basic functionality required by a single data source at the EnvDTE.Project level. |
![]() | DataSourceDescriptorCollection | Provides a type-safe collection of DataSourceDescriptor objects. |
![]() | DataSourceGroup | Implements the basic functionality required by a single data source at the EnvDTE.Project level. |
![]() | DataSourceGroupCollection | Provides a type-safe collection of DataSourceGroup objects. |
![]() | DataSourceProviderService | Implements the basic functionality required of a service for providing access to a data source at the EnvDTE.Project level. |
![]() | DesignerDataColumn | Represents a column of a table or view in the data store accessed through a data connection. This class cannot be inherited. |
![]() | DesignerDataConnection | Represents a connection to a data store in a design tool. This class cannot be inherited. |
![]() | DesignerDataParameter | Represents a parameter for a stored procedure. This class cannot be inherited. |
![]() | DesignerDataRelationship | Represents to the designer a relationship between two tables in the data source accessed through a data connection. This class cannot be inherited. |
![]() | DesignerDataSchemaClass | Specifies the types of objects that can be retrieved from a data-store schema. This class cannot be inherited. |
![]() | DesignerDataStoredProcedure | Represents a stored procedure in the data store. |
![]() | DesignerDataTable | Represents a table in the data store. |
![]() | DesignerDataTableBase | Defines the properties and methods shared between data-store tables and data-store views. |
![]() | DesignerDataView | Represents a data view in the data store. |
| Interface | Description | |
|---|---|---|
![]() | IDataEnvironment | Defines an interface to data services that enables control designers to integrate data store or database-related functionality into their design environment. |
![]() | IDesignerDataSchema | Defines methods for retrieving data-store schema information. |
| Enumeration | Description | |
|---|---|---|
![]() | QueryBuilderMode | Specifies the type of data-store query the design environment should construct. |
Show:


