c#
how to use IN clause in Nhibernate QueryOver
i just want to know on how to query a select statement with an array or ids. i have this method using Nhibernate QueryOver public IList<CostingSheetDetail> GetListOfCostingSheetDetails(List<int> ids) { return _session.QueryOver<CostingSheetDetail>().Select(Q => Q.CostingSheetMaster.Id).Where(Q => Q.Id.IsIn(ids.ToArray())).List(); } i get an error stating the following: Unable to perform find[SQL: SQL not available] any help will be really appreciated.
Related Links
How does shell extension pass multiple selected files to my own program?
Passing Parameter from MDIParent to MDIChild Form
Crystal Reports Runtime 64-bit doesn't work in 64-bit operating system
phpseclib rsa decryption return false
Namespace within a project or separate project
change scrollbar inside scrollviewer
C# WPF - The longer I press on a button the faster will be counted
Different version of Intersect() in LINQ
Need to extract Dictionary from an Object of Type ArrayList [duplicate]
how to print multiple newly page for multiple different invoice number in c#.net using sap crystal report
ReportViewer multiple result of listbox
DataReader.GetFieldType(30) returned null
UWP ProgressBar and Binding
What happens to a thread when it 'awaits' something
Get position from player forward at constant distance
Prevent user from adding same values to the database