DesignerDataView Class
Represents a data view in the data store.
System.ComponentModel.Design.Data::DesignerDataTableBase
System.ComponentModel.Design.Data::DesignerDataView
Assembly: System.Design (in System.Design.dll)
The DesignerDataView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DesignerDataView(String) | Initializes a new instance of the DesignerDataView class with the specified name. |
![]() | DesignerDataView(String, String) | Initializes a new instance of the DesignerDataView class with the specified name and owner. |
| Name | Description | |
|---|---|---|
![]() | Columns | Gets a collection of columns defined for a table or view. (Inherited from DesignerDataTableBase.) |
![]() | Name | Gets the name of the data-store table or view. (Inherited from DesignerDataTableBase.) |
![]() | Owner | Gets the owner of the data-store table or view. (Inherited from DesignerDataTableBase.) |
| Name | Description | |
|---|---|---|
![]() | CreateColumns | When overridden in a derived class, returns a collection of data-store column objects. (Inherited from DesignerDataTableBase.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The DesignerDataView 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.
The DesignerDataView class represents a single data view in the data store. A collection of DesignerDataView objects is returned when you call the GetSchemaItems method with the schemaClass parameter set to DesignerDataSchemaClass::Views.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
