File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Orm/Xtensive.Orm/Orm/Linq/Materialization Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ private struct EntityMappingCache
25
25
private readonly EntityMappingCache [ ] entityMappings ;
26
26
27
27
/// <summary>
28
- /// Gets model of current <see cref="DomainModel">domain model.</see>
28
+ /// Gets the session in which materialization is executing.
29
29
/// </summary>
30
- public DomainModel Model => Session . Domain . Model ;
30
+ public Session Session { get ; }
31
31
32
32
/// <summary>
33
- /// Gets the session in which materialization is executing.
33
+ /// Gets model of current <see cref="DomainModel">domain model.</see>
34
34
/// </summary>
35
- public Session Session { get ; }
35
+ public DomainModel Model => Session . Domain . Model ;
36
36
37
37
/// <summary>
38
38
/// Gets count of entities in query row.
You can’t perform that action at this time.
0 commit comments