DesignerDataParameter Class
Represents a parameter for a stored procedure. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DesignerDataParameter(String^, DbType, ParameterDirection) | Initializes a new instance of the DesignerDataParameter class with the specified name, data type, and input/output semantics. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The 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 IDataEnvironment interface. Controls access schema objects by calling the GetConnectionSchema method of the interface.
The DesignerDataParameter class represents the parameters required to call a stored procedure in the data store. The DesignerDataStoredProcedure::Parameters property contains a collection of DesignerDataParameter objects.
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.

