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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
public virtual ObservableCollection<ParameterViewModel> Parameters { get; protected set; }
Property Value
Type | Description |
---|---|
ObservableCollection<ParameterViewModel> | A collection of ParameterViewModel objects. |
See Also