Re: MySQL.Net Core 7.0.4-IR-191 .Take() Bug or Not Implemented
Posted by: Vaclav Elias
Date: September 14, 2016 06:39AM

Well, you can use plain SQL for now I guess.

e.g.

_context.Users.FromSql("SELECT * FROM Users LIMIT 0,{0}", limit)

Also, I reported this as a bug.

https://bugs.mysql.com/bug.php?id=82991

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.