Method Query_GetIdsWithAncestorsSql(string)

Assembly: redb.MSSql.dll

MSSQL: Get all IDs with their ancestors using recursive CTE.
MSSQL uses WITH (no RECURSIVE keyword).

public string Query_GetIdsWithAncestorsSql(string idsString)