Provides access to output parameters and their values after executing an SQL statement with the TCustomDAConnection.ExecSQL method.
function ParamByName(const Name: string): TUniParam;
Call the ParamByName method to get access to output parameters and their values after executing an SQL statement with the TCustomDAConnection.ExecSQL method. The Name parameter should equal to the parameter name as it occurred in the SQL statement.
This method implicitly calls the TUniSQL.ParamByName method of TUniSQL.