Method Query_TreeSearchWithParentIdsSql(string)

Assembly: redb.Core.dll

SQL for tree search with multiple parent IDs.
PostgreSQL: SELECT result->>'objects' FROM func($1,$2,...) as result
MSSQL: EXEC func , , ...

string Query_TreeSearchWithParentIdsSql(string functionName)