See Also: DesignerDataTableBase Members
The System.ComponentModel.Design.Data.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 System.ComponentModel.Design.Data.IDataEnvironment interface. Controls access schema objects by calling the IDataEnvironment.GetConnectionSchema(DesignerDataConnection) method of the interface.
The System.ComponentModel.Design.Data.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 System.ComponentModel.Design.Data.DesignerDataTableBase class, you must override the DesignerDataTableBase.CreateColumns method.