DataTypeIsNumericOverflow Property

Gets or sets a value indicating whether the data provider cannot handle conversion to double for numeric values with a scale or precision that is too high.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool IsNumericOverflow { get; set; }

Property Value

Type: Boolean
if the data provider cannot convert large numeric values to double; otherwise, .
See Also