ConfigureEFStoredProceduresPage.CanAdd() Method
Returns whether it is possible to create a new stored procedure.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if a new stored procedure can be added; otherwise, false. |
See Also