See Also: DesignerDataParameter Members
The System.ComponentModel.Design.Data.DesignerDataParameter 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.DesignerDataParameter class represents the parameters required to call a stored procedure in the data store. The DesignerDataStoredProcedure.Parameters property contains a collection of System.ComponentModel.Design.Data.DesignerDataParameter objects.