ObjectMember.Parameters Property
Obtains a collection of constructor parameters.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
String | A collection of Parameter values, specifying parameters to be passed to an object constructor. |
See Also