ComponentOne DataObjects for .NET
VirtualSegmentSize Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableView Class : VirtualSegmentSize Property
Gets or sets the size (number of rows) of a segment of rows fetched from the database in virtual mode.
Syntax
'Declaration
 
Public Overridable Property VirtualSegmentSize As System.Integer
public virtual System.int VirtualSegmentSize {get; set;}
Remarks
This property has effect only in virtual mode (when DataAccessMode is not Static). It is a performance tuning property. Do not change the default value unless you thoroughly understand the mechanics of virtual mode. The default value is 400.
See Also

Reference

TableView Class
TableView Members