FireDAC.Comp.DataSet.TFDSQLTimeIntervalField.IntervalKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IntervalKind: TFDSQLTimeIntervalKind read GetIntervalKind;

C++

__property Firedac::Stan::Sqltimeint::TFDSQLTimeIntervalKind IntervalKind = {read=GetIntervalKind, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDSQLTimeIntervalField

Description

Renvoie le type de l'intervalle de temps. Utilisez la propriété IntervalKind pour lire le type de l'intervalle de temps de ce champ. La valeur de la propriété peut être itDay2Second ou itYear2Month.

Voir aussi