Represents a column of a table or view in the data store accessed through a data connection. This class cannot be inherited.
See Also: DesignerDataColumn Members
The System.ComponentModel.Design.Data.DesignerDataColumn 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.