All,
I've upgraded to the newest version nhibernate 5.3.8 and I would like to fix up all the warnings relating to specifying fetch strategy (ie. fetch plan for my criteria queries): *ICriteria SetFetchMode is obsolete Use Fetch instead * The new enum "SelectMode" used by Fetch() looks/feels different from the "FetchMode" enum used by SetFetchMode(). Therefore, in order for me to update my code I would like to first review documentation on this new method Fetch and its enum. Unfortunately, I cannot find anything using Google. Can someone point me to the documentation or at least explain the changes? Thanks. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/nhusers/61046baf-7d70-40d9-83ca-cb76e5300d63n%40googlegroups.com.
