Skip to main content

ISaveConnectionPageView.ConnectionName Property

If implemented, specifies the name of the created connection.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

string ConnectionName { get; set; }

Property Value

Type Description
String

A string specifying the name of the created connection.

See Also