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)
Syntaxpublic bool IsNumericOverflow { get; set; }Public Property IsNumericOverflow As Boolean
Get
Set
public:
property bool IsNumericOverflow {
bool get ();
void set (bool value);
}member IsNumericOverflow : bool with get, set
Property Value
Type:
Boolean if the data provider cannot convert large numeric values to double; otherwise,
.
See Also