Skip to content

Enhancement: Introduce the LiteralQueryField #1097

@mikependon

Description

@mikependon

Describe the enhancement

As some users are eager to maximize the underlying data store internal functions, the only way to do this is to introduce a possibilty for the user to write their own literal query expression on top of the object/fluent-based implementations.

var where = new LiteralQueryField("[Id] BETWEEN 10 AND 100");
var people = connection.Query<Person>(where);

In which the above query would return all the people from the Person table where the ID is 10 to 100.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfor grabsA community can grab for contributiontodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions