ODAC

TOraSession.ParamByName Method

Provides access to OUT parameters and their values after processing SQL statement with ExecSQL or stored procedure with ExecProc.

Class

TOraSession

Syntax

function ParamByName(Name: string): TOraParam;

Parameters
Name
Holds the parameter name.
Return Value
a TOraParam object.

Remarks

Use the ParamByName method to get access to OUT parameters and their values after processing SQL statement with ExecSQL or stored procedure with ExecProc. Name should be equal to the parameter name as it occurred in SQL statement.

Implicitely calls ParamByName function of TOraSQL.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback