Skip to main content

ConfigureEFStoredProceduresPage.CanAdd() Method

Returns whether it is possible to create a new stored procedure.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CanAdd()

Returns

Type Description
Boolean

true, if a new stored procedure can be added; otherwise, false.

See Also