System.Design 2.0.0.0 System.Object The 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 interface. Controls access schema objects by calling the method of the interface. The class represents the parameters required to call a stored procedure in the data store. The property contains a collection of objects. Represents a parameter for a stored procedure. This class cannot be inherited. Constructor 2.0.0.0 To be added. Initializes a new instance of the class with the specified name, data type, and input/output semantics. The name of the parameter. One of the values. One of the values. Property 2.0.0.0 System.Data.DbType To be added. The property contains the type of data required by the underlying data store. Gets the database type of the parameter. Property 2.0.0.0 System.Data.ParameterDirection To be added. Use the property to indicate whether a parameter is passed into a stored procedure, returned from a stored procedure, or both. Gets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return-value parameter. Property 2.0.0.0 System.String To be added. To be added. Gets the name of the parameter.