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

ObjectDataSourceModel.MemberParameters Property

Specifies the parameters of the selected data source member.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public Parameter[] MemberParameters { get; set; }

Property Value

Type Description
Parameter[]

A collection of Parameter objects.

Implements

See Also