ParamNames property

Applies to
TIB_StoredProc

Declaration
Property ParamNames : TStrings;

Description
Provides a list of input parameter names to use when the statement is Prepared. Be sure to set AutoDefineParams to false if you know these. Otherwise, the metadata will be queried and this property will be ignored.