sqlkata / querybuilder

SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
https://sqlkata.com
MIT License
3.06k stars 499 forks source link

How can I do SELECT FOR UPDATE ? #678

Open marakonec opened 1 year ago

marakonec commented 1 year ago

Hello. What do I need to do to get a sql with SELECT FOR UPDATE? I understand that I can use a sql statement in this case, but is there any other way to do it?