ResultType Enumeration

The supported data result types.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public enum ResultType
Members
  Member nameValueDescription
None0 The result type is not set.
DataRecords1 The result consists of all the queried data records.
SimplifiedDataRecords2 The result consists of the simplified queried data records.
See Also