linq-provider
Here are 8 public repositories matching this topic...
-
Updated
Sep 27, 2020 - C#
-
Updated
Aug 4, 2020 - C#
-
Updated
Mar 6, 2012 - C#
-
Updated
Feb 12, 2018 - C#
-
Updated
Apr 22, 2020 - C#
-
Updated
Jan 1, 2019 - C#
Improve this page
Add a description, image, and links to the linq-provider topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linq-provider topic, visit your repo's landing page and select "manage topics."
SessionFactoryImpl.Close
currently allows the body of the function to be run multiple times as it does not check if it is closed prior to proceeding. This should be changed so thatClose
when called fromDispose
does nothing whenClose
has been called by the application.