MetaColumn.IsInteger Proprietà

Definizione

Ottiene un valore che indica se il tipo di campo dati è un tipo integer.

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

Valore della proprietà

Boolean

true se il tipo di campo dati è un tipo integer; in caso contrario, false.

Commenti

I tipi byte , , e sono tipi short int long Integer.

Si applica a

Vedi anche