ElementDiscoveryExecutionBehaviour Enumeration | 
 
            Enumeration used for manual transform element discovery discover behaviour.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic enum ElementDiscoveryExecutionBehaviour
Public Enumeration ElementDiscoveryExecutionBehaviour
public enum class ElementDiscoveryExecutionBehaviour
type ElementDiscoveryExecutionBehaviour
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Default | 0 | The discover behaviour type is not set. | 
 | SingleRow | 1 | The discover behaviour is single row. | 
 | TopOne | 2 | The discover behaviour is to wrap the query with TOP or LIMIT. | 
See Also