Skip to main content

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

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public EFParameter(
    string name,
    Type type,
    object value
)

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