Click or drag to resize
ApplicationSQLClient Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the SQL Client object used to run SQL queries.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.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