Eino Gourdin

Results 1 issues of Eino Gourdin

I have this table with only a id key and child objects (no direct data): ``` [Table("Categories")] public class Category { [PrimaryKey] public int Id { get; set;} [OneToMany(CascadeOperations =...