data store

Naming Conventions

Naming Conventions

One of the great features of Simple.Data is that it interprets method and property names at runtime and maps them to your underlying data-store using the convention-based approach. It also allows you to identify schema, table and column names using an indexer syntax. The ‘Fluid’ Way The convention is as follows. So, for example, Albums.GenreId will match …

Naming Conventions Read More »