Data.DB.TParamObject.GetDataType
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TParamObject |
Delphi
function GetDataType: TFieldType;
C++
TFieldType __fastcall GetDataType();
Description
Returns the data type of the field corresponding to the TParamObject instance.
Call GetDataType to obtain the data type of the field corresponding to the TParamObject instance.
Note: The returned data type is the same with that given through the ADataType parameter in a previous call to the Create method.