Miado - Much-improved ADO.Net
Gets or sets the connection string.

Namespace:  Miado
Assembly:  Miado (in Miado.dll) Version: 0.8.10214.0 (0.8.10214.0)

Syntax

C#
string ConnectionString { get; }
Visual Basic (Declaration)
ReadOnly Property ConnectionString As String
Visual C++
property String^ ConnectionString {
	String^ get ();
}

Field Value

The connection string.

See Also