AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLConnection Constructor (String)

Initializes a new instance of the AceQLConnection class when given a string that contains the connection string.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public AceQLConnection(
	string connectionString
)

Parameters

connectionString
Type: String
The connection used to open the remote database.

Exceptions


ExceptionCondition
ArgumentNullExceptionIf connectionString is null.