DataTable.MinimumCapacity Property
.NET Framework (current version)
Gets or sets the initial starting size for this table.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Int32The initial starting size in rows of this table. The default is 50.
The MinimumCapacity allows the system to create an appropriate set of resources before fetching data. In a situation when performance is critical, setting this property can optimize performance.
.NET Framework
Available since 1.1
Available since 1.1
Show: