Column Selection in Simple.Data

Column Selection in Simple.Data

Simple.Data defines a number of commands for retrieving data from a data store. These can then be daisychained in a LINQ-like fashion with further methods to modify the basic query. For example, the Select method allows the selection of columns to be returned from a data store rather than having all columns retrieved. Select By …

Column Selection in Simple.Data Read More »