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

ObjectConstructorInfo(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(
    params Parameter[] parameters
)

Parameters

Name Type Description
parameters Parameter[]

An array of Parameter objects.

See Also