MetaColumn.IsInteger 属性

定义

获取一个值,该值指示数据字段类型是否为整数类型。

public:
 property bool IsInteger { bool get(); };
public bool IsInteger { get; }
member this.IsInteger : bool
Public ReadOnly Property IsInteger As Boolean

属性值

true 如果数据字段类型为整数类型,则为否则,为 false.

注解

类型byteshortint类型以及long整数类型。

适用于

另请参阅