ObjectConstructorInfo(Parameter[]) Constructor
Initializes a new instance of the ObjectConstructorInfo class with the specified constructor parameters.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | Parameter[] | An array of Parameter objects. |
See Also