Support for query expression
@tangdf This is a perfect extension if you use only lambda expression. Can you please add support to linq queries too. Then this would be very helpful. e.g. var x = from item in _wpcDbContext.WpcItems.WithNoLock() where item.Sku == request.Sku select new ProxyWpcItems() { Sku = item.Sku }
In above mentioned case if (tableExpression is WithNoLockTableExpression) is coming as false. Can you please help with this?
Give me some time , I'll try to fix those issues soon.
Thank You
@tangdf When can we expect the fix? I tried to debug , it seems Lambda expression override function is not getting fired.
烂尾了吗?@tangdf