DataTypeIsInteger Property |
Gets a value indicating whether this data type is an integer number (without a fractional component).
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[JsonIgnoreAttribute]
public bool IsInteger { get; }<JsonIgnoreAttribute>
Public ReadOnly Property IsInteger As Boolean
Get
public:
[JsonIgnoreAttribute]
property bool IsInteger {
bool get ();
}[<JsonIgnoreAttribute>]
member IsInteger : bool with get
Property Value
Type:
Boolean if this data type is an integer number; otherwise,
.
See Also