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

ObjectMember.Parameters Property

Obtains a collection of constructor parameters.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

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