DataPA Enterprise Dashboard Controls API Reference
Returns the SQL Client object used to run SQL queries.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public SQLClient SQLClient(
	ref string ErrorMessage = ""
)
Visual Basic
Public Function SQLClient ( 
	Optional ByRef ErrorMessage As String = ""
) As SQLClient
Visual C++
public:
virtual SQLClient^ SQLClient(
	String^% ErrorMessage = L""
) sealed

Parameters

ErrorMessage (Optional)
Type: System..::..String%
An optional string to return any error message generated when creating the object.

Return Value

Type: SQLClient
The SQL Client object used to run SQL queries.

Remarks