nreco / data

Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
https://www.nrecosite.com/dalc_net.aspx
MIT License
183 stars 39 forks source link

Add ability to set 'ApplyOffset' option only for specific Select() call #46

Closed VitaliyMF closed 6 years ago

VitaliyMF commented 6 years ago

Currently DbDataAdapter.ApplyOffset option is applied for all Select() calls of the DbDataAdapter instance. In some cases ApplyOffset should be false only for some concrete queries (say, to some specific dataview), lets add to Select() result ability to specify this option with 'SetApplyOffset' method.

VitaliyMF commented 6 years ago

Shipped in 1.0.5