Method Query_TreeSearchWithParentIdsSql(string)
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)
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)