Parameter(String, Type, Object) Constructor
Initializes a new instance of the Parameter class.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String that specifies a parameter name. This value is assigned to the Parameter.Name property. |
type | Type | A Type that specifies a parameter type. This value is assigned to the Parameter.Type property. |
value | Object | A parameter value. This value is assigned to the Parameter.Value property. |
See Also