次の方法で共有


MetaColumn.IsInteger プロパティ

定義

データ フィールドの型が整数型かどうかを示す値を取得します。

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

プロパティ値

Boolean

データ フィールドの型が整数型の場合は true。それ以外の場合は false

注釈

、、、の各型 byte short int long は整数型です。

適用対象

こちらもご覧ください