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

ParametersPageBase.Parameters Property

Provides access to the collection of parameters associated with the currently selected stored procedure.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual ObservableCollection<ParameterViewModel> Parameters { get; protected set; }

Property Value

Type Description
ObservableCollection<ParameterViewModel>

A collection of ParameterViewModel objects.

See Also