Data.DB.IParamObject.GetDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataType: TFieldType;

C++

virtual TFieldType __fastcall GetDataType() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IParamObject

Description

Represents the signature for a method that returns the data type of the field corresponding to an IParamObject class instance.

GetDataType represents the signature for a method that returns the data type of the field corresponding to an IParamObject class instance.

See Also