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

IConfigureEFConnectionStringPageView.UseDefaultConnectionString Property

If implemented, specifies whether to use the default connection string.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

bool UseDefaultConnectionString { get; set; }

Property Value

Type Description
Boolean

true, to use the default connection string; otherwise, false.

Remarks

This property identifies the state of the Use default connection string radio button on a wizard page.

See Also