-
Notifications
You must be signed in to change notification settings - Fork 320
Description
The version of Single() at line 509 of Massive.Shared.cs with signature public virtual dynamic Single(string where, params object[] args) does not support a columns argument.
This would actually be very useful to have. I think so because I needed it in the project I'm working on, and added it for myself and used it a lot, and I think so because All() supports columns, and the other explicit version of Single() supports columns, and all the rather cryptic variants of Single() which are dynamically supported by TryInvokeMember support columns.
It's easy to add an optional columns param, with default value * to this method (which is what I did), and this would link against existing code, but I think from your contribution guidelines it should be added as another new method.