Skip to main content

IChooseDataSourceNamePageView.DataSourceName Property

If implemented, specifies the data source name.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

string DataSourceName { get; set; }

Property Value

Type Description
String

A string that specifies the data source name.

See Also