public class Category : IEntity { [PrimaryKey] public int ID { get; set; } public string CategoryName { get; set; } } Leverage pre-built ORM tools with full source code: