We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6900c commit 3d3649fCopy full SHA for 3d3649f
1 file changed
Orm/Xtensive.Orm/Orm/Model/IndexInfo.cs
@@ -471,6 +471,7 @@ private IndexInfo(IndexInfo original)
471
472
private IndexInfo()
473
{
474
+ KeyColumns = new DirectionCollection<ColumnInfo>();
475
IncludedColumns = new ColumnInfoCollection(this, "IncludedColumns");
476
ValueColumns = new ColumnInfoCollection(this, "ValueColumns");
477
}
0 commit comments