ConnectionInfo Properties
The ConnectionInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConnectionString |
Gets or the connection string used to connect to the remote database.
|
|
CreationDateTime |
Gets the creation date and time of the Connection.
|
|
Database |
Gets the current remote database in use.
|
|
EnableDefaultSystemAuthentication |
Gets a value indicating whether default system authentication is enabled.
|
|
EnableTrace |
Gets a value indicating whether trace is enabled
|
|
GzipResult |
Gets the value indicating whether SQL result sets are returned compressed with the GZIP filePath format
before download. Defaults to false.
|
|
IsNTLM |
Says if NTLM is in use.
|
|
ProxyCredentials |
Gets the proxy credentials.
|
|
ProxyUri |
Gets the proxy URI.
|
|
Server |
Gets the remote server.
|
|
SessionId |
Gets the AceQL Server Session ID.
|
|
Timeout |
Gets the time to wait in milliseconds while trying to establish a connection before terminating the attempt and generating an error.
If value is 0, [System.Net.Http.HttpClient] default will value be used.
|
|
UseCredentialCache |
Gets a value indicating whether the credential cache is used.
|
|
Username |
Gets the username.
|