Skip to main content
A newer version of this page is available. .

ObjectConstructorInfo(IEnumerable<Parameter>) Constructor

Initializes a new instance of the ObjectConstructorInfo class with the specified constructor parameters.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ObjectConstructorInfo(
    IEnumerable<Parameter> parameters
)

Parameters

Name Type Description
parameters IEnumerable<Parameter>

A collection of Parameter values, specifying parameters to be passed to an object constructor.

See Also