Gets or sets a value indicating (in VirtualAutomatic mode) whether the table view
rebuilds its rowset after all rows are fetched.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(true)] public virtual bool VirtualConsolidateRows { get; set; } |
Visual Basic (Declaration) |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(True)> _ Public Overridable Property VirtualConsolidateRows As Boolean Get Set |
Remarks
This property has effect only in virtual automatic mode (when DataAccessMode = VirtualAutomatic).
The default value for this property is True.