IBX.IBSQL.TIBSQL.GenerateParamNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GenerateParamNames: Boolean read FGenerateParamNames write FGenerateParamNames;

C++

__property bool GenerateParamNames = {read=FGenerateParamNames, write=FGenerateParamNames, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

Generates a list of parameter names for the query.

Set GenerateParamNames to true to have the query generate a list of parameter names.