-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
enhancementNew feature or requestNew feature or requestfor grabsA community can grab for contributionA community can grab for contributiontodoThings to be done in the futureThings to be done in the future
Description
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 requestNew feature or requestfor grabsA community can grab for contributionA community can grab for contributiontodoThings to be done in the futureThings to be done in the future