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.2.dll
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