IBX.IBSQL.TIBXSQLDA.ByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ByName(Idx: String): TIBXSQLVAR;

C++

TIBXSQLVAR* __fastcall ByName(System::UnicodeString Idx);

Properties

Type Visibility Source Unit Parent
function public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLDA

Description

Returns the XSQLVAR fields by name.

Use the ByName method to return the XSQLVAR fields by name.