ExpressionFormat Enumeration

Enumeration used for qualifying an expression type.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ExpressionFormat
Members
  Member nameValueDescription
None0The expression type is not set.
ProviderStatement1The expression is a data provider statement.
DundasScript2The expression is a Dundas script.
JavaScript3The expression is a JavaScript script.
See Also