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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public Parameter[] MemberParameters { get; set; }

Property Value

Type Description
Parameter[]

A collection of Parameter objects.

Implements

See Also