Data.DB.TParamObject.GetDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataType: TFieldType;

C++

TFieldType __fastcall GetDataType();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TParamObject

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.

See Also