File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ public enum SelectMode
19
19
/// Fetch the entity and its lazy properties.
20
20
/// </summary>
21
21
FetchLazyProperties ,
22
-
23
- /// <summary>
24
- /// Fetch lazy property group
25
- /// Note: To fetch single property it must be mapped with unique fetch group (lazy-group)
26
- /// </summary>
27
- FetchProperty ,
28
22
29
23
/// <summary>
30
24
/// Only identifier columns are added to select statement. Use it for fetching child objects for already loaded
@@ -42,5 +36,11 @@ public enum SelectMode
42
36
/// Skips fetching for eagerly mapped association (no-op for lazy association).
43
37
/// </summary>
44
38
Skip ,
39
+
40
+ /// <summary>
41
+ /// Fetch lazy property group
42
+ /// Note: To fetch single property it must be mapped with unique fetch group (lazy-group)
43
+ /// </summary>
44
+ FetchProperty ,
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments