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 (24.2.0.1000)
Syntax
public enum ElementDiscoveryExecutionBehaviour
Members
  Member nameValueDescription
Default0The discover behaviour type is not set.
SingleRow1The discover behaviour is single row.
TopOne2The discover behaviour is to wrap the query with TOP or LIMIT.
See Also