Method SortByFkDependency(List<RedbValue>)

Assembly: redb.Postgres.dll

Sort values by ArrayParentId dependencies (single-threaded).
BFS algorithm: first records without parent, then their children, etc.

public static List<RedbValue> SortByFkDependency(List<RedbValue> values)