DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

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

Parameters

ErrorMessage (Optional)
Type: System..::..String%

Return Value

Type: SQLClient

See Also