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 (25.3.0.1000)
Syntaxpublic ElementDiscoveryExecutionBehaviour ElementDiscoveryExecutionBehaviour { get; set; }Public Property ElementDiscoveryExecutionBehaviour As ElementDiscoveryExecutionBehaviour
	Get
	Set
public:
property ElementDiscoveryExecutionBehaviour ElementDiscoveryExecutionBehaviour {
	ElementDiscoveryExecutionBehaviour get ();
	void set (ElementDiscoveryExecutionBehaviour value);
}member ElementDiscoveryExecutionBehaviour : ElementDiscoveryExecutionBehaviour with get, set
Property Value
Type: 
ElementDiscoveryExecutionBehaviourSingleRow 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