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

ConfigureEFStoredProceduresPage.CanAdd() Method

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public bool CanAdd()

Returns

Type Description
Boolean

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

See Also