QueryParameter(String, Type, Object) Constructor
Initializes a new instance of the QueryParameter class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value, specifying the parameter name. |
| type | Type | A String value, specifying the parameter type. |
| value | Object | A String value, specifying the parameter value. |
See Also