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

ConfigureEFConnectionStringPageView.UseDefaultConnectionString Property

Specifies whether to use the default connection string.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public 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