Simple.Data

In this section, you'll find commentary on some of the more important pieces of the Simple.Data API as well as notes on its structure for potential Adapter and Provider creators.

The SimpleRecord Object

SimpleRecord is is a dynamic type containing a property for each of the columns requested by Simple.Data whose values are those of the single row retrieved from the data store.

You can cast a SimpleRecord to concrete implementations of a class representing data returned by a method.