SelectParamsCount property |
Applies to
TIB_Statement
Declaration
Property SelectParamsCount : integer;
Description
This gives a count of the number of input parameters which were included in
the select portion of a SELECT statement. For some reason the parser for
InterBase DSQL handles parameters in this part of the statement in a different
order so it can sometimes be necessary to give them special treatment.