MetaColumn.IsInteger Property
.NET Framework (current version)
Gets a value that indicates whether the data field type is an integer type.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System.Booleantrue if the data field type is an integer type; otherwise, false.
The types byte, short, int, and long are integer types.
.NET Framework
Available since 3.5
Available since 3.5
Show: