QueryDefinitionElementDiscoveryExecutionBehaviour Property

Gets a value indicating the behaviour of element discovery.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public ElementDiscoveryExecutionBehaviour ElementDiscoveryExecutionBehaviour { get; set; }

Property Value

Type: ElementDiscoveryExecutionBehaviour
SingleRow if the command behaviour should be in singlerow mode with whole set of result set; otherwise, use TopOne make it even faster by limiting the result set to single.
See Also