Method GenerateExistsClause(IReadOnlyList<FieldInfo>, string, string)

Assembly: redb.Postgres.Pro.dll

Generates EXISTS with PVT subquery for WHERE condition.
For nested Dictionary fields (AddressBook[home].City) uses CTE + LEFT JOIN.
Supports ListItem.Value/Alias via JOIN with _list_items.
SECURITY: structureIds are parameterized.

public CompiledPvtQuery GenerateExistsClause(IReadOnlyList<FieldInfo> fields, string whereCondition, string tableAlias = "o")