ConnectionString Property
Summary
Returns the connection string used to connect to the database
Syntax
public string ConnectionString { get; }
Public ReadOnly Property ConnectionString As String
public:
property String^ ConnectionString {
String^ get();
}
Property Value
the connection string used to connect to the database