DbConnectionIDbConnectionConnectionString Property |
Gets or sets the string used to open a database.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax string IDbConnection.ConnectionString { get; set; }
Private Property ConnectionString As String
Implements IDbConnection.ConnectionString
Get
Set
Return Value
Type:
StringA string containing connection settings.
Implements
IDbConnectionConnectionStringSee Also