Method AddItem(string, IRedbObject, string?)

Assembly: redb.Core.dll

Add item to list with linked object (Aggregate Root pattern)
Automatically extracts Id from object

IRedbListItem AddItem(string value, IRedbObject linkedObject, string? alias = null)