Class ValuesTopologicalSort

Namespace: redb.Core.Utils
Assembly: redb.Core.dll

Topological sorting of _values to maintain FK constraint on _array_parent_id.
Parent records must be inserted BEFORE children in BulkInsert.

public static class ValuesTopologicalSort

Inheritance

ObjectValuesTopologicalSort

Methods

SortByFkDependency(List<RedbValue>)

Sort values by ArrayParentId dependencies (single-threaded).

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