Click or drag to resize

ReportingServicesRunUserDefinedSQL Method

Executes and retrieves the tabular results for the user defined sql.

Namespace:  FactoryLogix.xTend.Analytics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public DataTable RunUserDefinedSQL(
	Guid sessionId,
	string sql
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
sql
Type: SystemString
The sql query to be executed.

Return Value

Type: DataTable
A DataTable object represeting the results of the query.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also