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

ChooseEFConnectionStringPage.AvailableConnections Property

Specifies available data connections.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual IEnumerable<string> AvailableConnections { get; set; }

Property Value

Type Description
IEnumerable<String>

A collection of strings specifying connection names.

See Also