Skip to content

How is the quary that Linq2DB generates for Firebird supposed to be executed? #4418

Answered by sdanyliv
Metadorius asked this question in Q&A
Discussion options

You must be logged in to vote

Try to turn off parameters:

db.InlineParameters = true;

Or you can turn off them for one query

query = query.InlineParameters();

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Metadorius
Comment options

@sdanyliv
Comment options

Answer selected by Metadorius
@Metadorius
Comment options

@sdanyliv
Comment options

@Metadorius
Comment options

@sdanyliv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants