DataSourceParameterBase(String, Type, Object) Constructor
Initializes a new instance of the DataSourceParameterBase class with the specified settings.
Namespace: DevExpress.DataAccess
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 value, specifying the parameter name. This value is assigned to the DataSourceParameterBase.Name property. |
type | Type | A Type value, specifying the parameter type. This value is assigned to the DataSourceParameterBase.Type property. |
value | Object | A Object value, specifying the parameter type. This value is assigned to the DataSourceParameterBase.Value property. |
See Also