ComponentOne DataObjects for .NET
VirtualSegmentCount Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableView Class : VirtualSegmentCount Property
Gets or sets the maximum number of segments in the cache in virtual mode.
Syntax
'Declaration
 
Public Overridable Property VirtualSegmentCount As System.Integer
public virtual System.int VirtualSegmentCount {get; set;}
Remarks
This property has effect only when DataAccessMode is set to Virtual. 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 4.
See Also

Reference

TableView Class
TableView Members