Click or drag to resize

IDatabaseSetupTestServerConnection Method

Tests the connection to the database server.

Namespace:  PDTec.IceNet.Core.Database.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TestServerConnection(
	out string errorMessage
)

Parameters

errorMessage
Type: SystemString
In the case of a connection failure this parameter contains an error message.

Return Value

Type: Boolean
true if a connection can be established, false otherwise.
See Also