DataPA Enterprise Dashboard Controls API Reference
Returns the SQL Client object used to run SQL queries.
Namespace: DataPAClientConfigAssembly: 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:
SQLClientThe SQL Client object used to run SQL queries.
Remarks
See Also