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の型は整数型です。

適用対象

こちらもご覧ください