Parameter(String, Type, Object, Boolean) Constructor
Initializes a new instance of the Parameter class.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that specifies the parameter name. |
type | Type | A Type object that specifies the parameter type. |
value | Object | A parameter value. |
allowNull | Boolean | A Boolean value that specifies whether or a not null value can be passed as a parameter value. |
See Also