IBX.IBCustomDataSet.TIBCustomDataSet.SQLType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SQLType : TIBSQLTypes;

C++

Ibx::Ibsql::TIBSQLTypes __fastcall SQLType();

Properties

Type Visibility Source Unit Parent
function public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Returns the type of query to be executed.

Use the SQLType to determine the type of query to be executed. This is the same as the SQLType property of the query specified by QSelect.