Click or drag to resize
DbConnectionIDbConnectionConnectionString Property
Gets or sets the string used to open a database.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
string IDbConnection.ConnectionString { get; set; }

Return Value

Type: String
A string containing connection settings.

Implements

IDbConnectionConnectionString
See Also