Click or drag to resize

IAtomiaBillingApiTestDataSourceQuery Method

Tests the data source query.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ReportQueryTestResult TestDataSourceQuery(
	string query,
	ReportDataSourceType queryType,
	IDictionary<FilterType, string> parameters
)

Parameters

query
Type: SystemString
The query.
queryType
Type: Atomia.Billing.Core.Sdk.BusinessObjectsReportDataSourceType
Type of the query.
parameters
Type: System.Collections.GenericIDictionaryFilterType, String
The parameters.

Return Value

Type: ReportQueryTestResult
Test result.
See Also