Multi-columns in clauses are not supported. The issue exists: [#1376](https://github.com/nhibernate/nhibernate-core/issues/1376). I am not sure it will get implemented some day: supporting SQL features which are not part of the SQL standard is quite troublesome for databases not providing them.
Le jeudi 29 novembre 2018 21:45:50 UTC+1, Gökhan Abatay a écrit : > > Hi, > How can I write linq to sql in criteria with multiple 2 dimensional > variables. > > As output sql need to be; > > SELECT * FROM TABLE WHERE (COLUMN_1,COLUMN_2) IN ((x,Y),(Z,k),(M,L)) > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
