Kadir Emre Parlak

Results 1 comments of Kadir Emre Parlak

First you can use raw query like; ```csharp var query = new Query("ProductStocks") .WhereRaw("(\"DepotId\", \"ProductId\", \"ProductBatchId\") IN ((1, 1, 1),(1, 1, 2))"); ``` or you can use like the example...