Click or drag to resize
ClientConfigSQLClient Method DataPA OpenAnalytics
DataPA OpenAnalytics 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
public SQLClient SQLClient(
	string SQLType,
	ref string ErrorMessage = ""
)

Parameters

SQLType
Type: SystemString
ErrorMessage (Optional)
Type: SystemString
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