A newer version of this page is available.
Switch to the current version.
IConfigureParametersPageView.GetParameters() Method
If implemented, returns a collection of stored procedure parameters.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
IEnumerable<IParameter> GetParameters()
Function GetParameters As IEnumerable(Of IParameter)
Returns
Type | Description |
---|---|
IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also
Feedback