We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d716d commit 232e090Copy full SHA for 232e090
1 file changed
Orm/Xtensive.Orm/Orm/Model/FieldInfo.cs
@@ -1,4 +1,4 @@
1
-// Copyright (C) 2007-2021 Xtensive LLC.
+// Copyright (C) 2007-2022 Xtensive LLC.
2
// This code is distributed under MIT license terms.
3
// See the License.txt file in the project root for more information.
4
// Created by: Dmitri Maximov
@@ -627,6 +627,7 @@ public ColumnInfoCollection Columns
627
628
var result = new ColumnInfoCollection(this, "Columns");
629
GetColumns(result);
630
+ columns = result;
631
return result;
632
}
633
0 commit comments