Final SQL + optional parameter array produced by WrapSaveCallForResult
and WrapSaveCallWithRecordChange. Returned by GenericDatabaseProvider
via SaveSQLResult.
For SQL Server, parameters is typically omitted — the binding inlines
everything via DECLARE/SET. For PostgreSQL, parameters carries the
positional or JSON-arg values that bind to the $N placeholders.
Final SQL + optional parameter array produced by
WrapSaveCallForResultandWrapSaveCallWithRecordChange. Returned byGenericDatabaseProviderviaSaveSQLResult.For SQL Server,
parametersis typically omitted — the binding inlines everything via DECLARE/SET. For PostgreSQL,parameterscarries the positional or JSON-arg values that bind to the$Nplaceholders.