Skip to content

Add columns support to Single overload #289

@mikebeaton

Description

@mikebeaton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions