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

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.v18.2.dll

Declaration

string RunTimeConnectionString { get; }

Property Value

Type Description
String

A String containing a connection string.

See Also