johelvisguzman / DotNetToolkit.Repository

A toolkit for using the Repository pattern in C# .NET
MIT License
8 stars 5 forks source link

QueryOptions naming conventions #681

Closed johelvisguzman closed 2 years ago

johelvisguzman commented 2 years ago

Every public method should be changed to With..., in order to follow the convention used through the project.

The following function name will be updated:

Old New
OrderBy WithSortBy
OrderByDescending WithSortByDescending
Page WithPage
Fetch WithFetch
Include (fetch strategy) WithFetch
SatisfyBy WithFilter
Include (spec strategy) WithFilter