Lazily-loaded join query into a POCO

Lazily-loaded join query into a POCO

Simple.Data defines a number of commands for retrieving data from a data store. These can then be daisy-chained in a LINQ-like fashion with further methods to modify the basic query. For example, the Join, On, and OuterJoin commands allow you to join two or more tables together in a query and access the contents of …

Lazily-loaded join query into a POCO Read More »