DesignerDataTableBase Class
Defines the properties and methods shared between data-store tables and data-store views.
Assembly: System.Design (in System.Design.dll)
System.ComponentModel.Design.Data::DesignerDataTableBase
System.ComponentModel.Design.Data::DesignerDataTable
System.ComponentModel.Design.Data::DesignerDataView
| Name | Description | |
|---|---|---|
![]() | DesignerDataTableBase(String^) | Initializes a new instance of the DesignerDataTableBase class. |
![]() | DesignerDataTableBase(String^, String^) | Initializes a new instance of the DesignerDataTableBase class. |
| Name | Description | |
|---|---|---|
![]() | CreateColumns() | When overridden in a derived class, returns a collection of data-store column objects. |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The DesignerDataTableBase 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 DesignerDataTableBase class provides the properties and methods shared between data tables in a data store and views defined on those data tables.
When you inherit from the DesignerDataTableBase class, you must override the CreateColumns method.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


