Skip to main content

IConnectionStringInfo.RunTimeConnectionString Property

If implemented, obtains the connection string used to establish the data connection at run time.

Namespace: DevExpress.Data.Entity

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

string RunTimeConnectionString { get; }

Property Value

Type Description
String

A String containing a connection string.

See Also