Click or drag to resize
ApplicationEntSrv Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the EnterpriseServiceClient object this object uses to communicate with the server.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnterpriseService EntSrv(
	bool asGuest = false,
	ref string ErrorMessage = ""
)

Parameters

asGuest (Optional)
Type: SystemBoolean
ErrorMessage (Optional)
Type: SystemString
An optional string to return any error message generated when creating the object.

Return Value

Type: IEnterpriseService
The EnterpriseServiceClient object this object uses to communicate with the server.
Remarks