Skip to content

Commit c807b6e

Browse files
Update Orm/Xtensive.Orm/Sql/Dml/Collections/SqlColumnCollection.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent cc58720 commit c807b6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Orm/Xtensive.Orm/Sql/Dml/Collections/SqlColumnCollection.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ public class SqlColumnCollection : ICollection<SqlColumn>, IReadOnlyList<SqlColu
2424
/// </summary>
2525
public int Count => columnList.Count;
2626

27+
/// <summary>
28+
/// Gets or sets capacity of the collection.
29+
/// </summary>
2730
public int Capacity {
2831
get => columnList.Capacity;
2932
set => columnList.Capacity = value;

0 commit comments

Comments
 (0)