MetaColumn.IsInteger Vlastnost

Definice

Získá hodnotu, která určuje, zda je datový typ pole celočíselný typ.

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

Hodnota vlastnosti

Boolean

true , pokud je datový typ datového pole celočíselný typ; v opačném případě false .

Poznámky

Typy byte , short int , a long jsou celočíselné typy.

Platí pro

Viz také