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

IChooseEFConnectionStringPageView.ShouldCreateNewConnection Property

If implemented, gets whether to create a new data connection or use an existing one from the list.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

bool ShouldCreateNewConnection { get; }

Property Value

Type Description
Boolean

true, to create a new connection; otherwise, false.

Remarks

If the ShouldCreateNewConnection option is disabled, the IChooseEFConnectionStringPageView.ExistingConnectionName property specifies the name of the connection selected from the list of available connections.

See Also