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

IConnectionStringInfo.Name Property

If implemented, specifies the name of a connection string.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

string Name { get; }

Property Value

Type Description
String

A String value specifying the connection string name.

See Also