Skip to content

Modelling Attributes

Todd Thomson edited this page Aug 13, 2018 · 2 revisions

Data Attributes

Entities.Sqlite does not support data annotation attributes. We believe that keeping your entities/POCO objects clean is important. The fluent API for mapping entities is concise and complete and handles the task of model building in a single OnModelBuilding() method.