We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91da34 commit d8d47a8Copy full SHA for d8d47a8
Orm/Xtensive.Orm/Orm/Building/Definitions/TypeDef.cs
@@ -21,7 +21,7 @@ namespace Xtensive.Orm.Building.Definitions
21
/// <summary>
22
/// Defines a single persistent type.
23
/// </summary>
24
- [DebuggerDisplay("{underlyingType}")]
+ [DebuggerDisplay("{UnderlyingType}")]
25
[Serializable]
26
public sealed class TypeDef : SchemaMappedNode
27
{
0 commit comments