AceQL HTTP C# Client SDK v7.7

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
[System.ArgumentNullException]If connectionString is null.