Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.ComponentModel.Design.Data Namespace

 

The System.ComponentModel.Design.Data namespace contains classes you can use to build custom design-time behavior for data-related components.

ClassDescription
System_CAPS_pubclassDataSourceDescriptor

Implements the basic functionality required by a single data source at the EnvDTE.Project level.

System_CAPS_pubclassDataSourceDescriptorCollection

Provides a type-safe collection of DataSourceDescriptor objects.

System_CAPS_pubclassDataSourceGroup

Implements the basic functionality required by a single data source at the EnvDTE.Project level.

System_CAPS_pubclassDataSourceGroupCollection

Provides a type-safe collection of DataSourceGroup objects.

System_CAPS_pubclassDataSourceProviderService

Implements the basic functionality required of a service for providing access to a data source at the EnvDTE.Project level.

System_CAPS_pubclassDesignerDataColumn

Represents a column of a table or view in the data store accessed through a data connection. This class cannot be inherited.

System_CAPS_pubclassDesignerDataConnection

Represents a connection to a data store in a design tool. This class cannot be inherited.

System_CAPS_pubclassDesignerDataParameter

Represents a parameter for a stored procedure. This class cannot be inherited.

System_CAPS_pubclassDesignerDataRelationship

Represents to the designer a relationship between two tables in the data source accessed through a data connection. This class cannot be inherited.

System_CAPS_pubclassDesignerDataSchemaClass

Specifies the types of objects that can be retrieved from a data-store schema. This class cannot be inherited.

System_CAPS_pubclassDesignerDataStoredProcedure

Represents a stored procedure in the data store.

System_CAPS_pubclassDesignerDataTable

Represents a table in the data store.

System_CAPS_pubclassDesignerDataTableBase

Defines the properties and methods shared between data-store tables and data-store views.

System_CAPS_pubclassDesignerDataView

Represents a data view in the data store.

InterfaceDescription
System_CAPS_pubinterfaceIDataEnvironment

Defines an interface to data services that enables control designers to integrate data store or database-related functionality into their design environment.

System_CAPS_pubinterfaceIDesignerDataSchema

Defines methods for retrieving data-store schema information.

EnumerationDescription
System_CAPS_pubenumQueryBuilderMode

Specifies the type of data-store query the design environment should construct.

Return to top
Show: