ClientConfigSQLClient Method |
|
DataPA OpenAnalytics 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 public SQLClient SQLClient(
string SQLType,
ref string ErrorMessage = ""
)
Public Function SQLClient (
SQLType As String,
Optional ByRef ErrorMessage As String = ""
) As SQLClient
public:
virtual SQLClient^ SQLClient(
String^ SQLType,
String^% ErrorMessage = L""
) sealed
function SQLClient(SQLType, 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:
SQLClientThe SQL Client object used to run SQL queries.
Remarks See Also