Open
Description
I am saving this entity
public class AladdinIndexWeightsEntity : BaseEntityAladdin
{
public string Cusip { get; set; } = null!;
public string Description { get; set; } = null!;
public string Type { get; set; } = null!;
public string Name { get; set; } = null!;
public List Underlying { get; set; } = [];
}
BulkInsertAsync is inserting AladdinIndexWeightsEntity but not children of type AladdinIndexWeightsUnderlyingEntity
Metadata
Metadata
Assignees
Labels
No labels