EFParameter(String, Type, Object) Constructor
Initializes a new instance of the EFParameter class with the specified default settings.
Namespace: DevExpress.DataAccess.EntityFramework
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, specifying the name of the parameter. |
type | Type | A Type value, specifying the type of the parameter. |
value | Object | A Object, specifying the parameter value. |
See Also