ExpressionFormat Enumeration |
Enumeration used for qualifying an expression type.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum ExpressionFormat
Public Enumeration ExpressionFormat
public enum class ExpressionFormat
Members| Member name | Value | Description |
|---|
| None | 0 | The expression type is not set. |
| ProviderStatement | 1 | The expression is a data provider statement. |
| DundasScript | 2 | The expression is a Dundas script. |
| JavaScript | 3 | The expression is a JavaScript script. |
See Also