Updating ICriteria.SetFetchMode to ICriteria.Fetch #3385
-
Hi, everybody! The problem we have is that we can't find anywhere what are the SelectMode equivalents to FetchMode.Join and FetchMode.Select. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
FetchMode.Eager
,FetchMode.Join
->SeletctMode.Fetch
FetchMode.Lazy
,FetchMode.Select
->SelectMode.Skip
FetchMode.Default
->SelectMode.Undefined