Skip to content

Commit fa1425a

Browse files
committed
re-arrange fields
1 parent cbf2f42 commit fa1425a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Orm/Xtensive.Orm/Orm/Linq/Materialization/MaterializationContext.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ private struct EntityMappingCache
2525
private readonly EntityMappingCache[] entityMappings;
2626

2727
/// <summary>
28-
/// Gets model of current <see cref="DomainModel">domain model.</see>
28+
/// Gets the session in which materialization is executing.
2929
/// </summary>
30-
public DomainModel Model => Session.Domain.Model;
30+
public Session Session { get; }
3131

3232
/// <summary>
33-
/// Gets the session in which materialization is executing.
33+
/// Gets model of current <see cref="DomainModel">domain model.</see>
3434
/// </summary>
35-
public Session Session { get; }
35+
public DomainModel Model => Session.Domain.Model;
3636

3737
/// <summary>
3838
/// Gets count of entities in query row.

0 commit comments

Comments
 (0)