Skip to main content

ObjectMember.Parameters Property

Obtains a collection of constructor parameters.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public string Parameters { get; }

Property Value

Type Description
String

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

See Also