Method CreateChildAsync<TProps>(IRedbObject, TProps)

Assembly: redb.Core.dll

Create a new object as a child of an existing parent

public static Task<RedbObject<TProps>> CreateChildAsync<TProps>(IRedbObject parent, TProps properties) where TProps : class, new()