CompatibleDataTypes Enumeration

Represents the major data types a single parameter value is compatible with.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[FlagsAttribute]
public enum CompatibleDataTypes
Members
  Member nameValueDescription
None0Undefined database type.
Binary1Binary data.
Boolean2Boolean value of true or false.
Date4Date time and related value types.
Guid8Globally unique identifier data type.
Numeric16All numeric database types.
String32All string database types, fixed or variable length.
Hierarchy64Hierarchy member values.
TimeHierarchy128Time hierarchy member values.
HierarchyLevel256Hierarchy level values.
AnyPrimitive63Any database type.
See Also