SqlKata - Dynamic Sql query builder for dotnet | Product Hunt

🎉 SqlKata is now on Product Hunt

Please upvote to support the product development

Order

OrderBy

var query = new Query("Comments").OrderBy("Date").OrderByDesc("Name");try 
SELECT * FROM [Comments] ORDER BY [Date], [Name] DESC

OrderByRaw

var query = new Query("Comments").OrderByRaw("[Likes] DESC NULLS LAST")try 

In PostgreSql

SELECT * FROM "Comments" ORDER BY "Likes" DESC NULLS LAST
Heap apparel

THE APPAREL BRAND FOR DEVELOPERS

one email per month about tips & tricks, new features, and maybe community feedback