ListAsync() on ICriteria #2819
Unanswered
galvin1234
asked this question in
Q&A
Replies: 1 comment
-
It is a dynamic method implemented a few lines below: It generates a following code: () => new <Type>() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I came across a situation where I need to do ListAsync() on ICriteria, and the Method execution goes to endless,
I just would like to understand what the below method does, or where is the implementation of createInstanceMethod() method, i didn't find any reference of it. In My Case the value of createInstanceMethod variable is coming like as below image,
File Path : \nhibernate-core-5.3.8\src\NHibernate\Bytecode\Lightweight\ReflectionOptimizer.cs
Beta Was this translation helpful? Give feedback.
All reactions