Gets or sets a value indicating whether this table data must be kept in its entirety in memory at all times, to optimize performance (can only be used in read-only mode).

Namespace:  C1.Web.Data.Express
Assembly:  C1.Web.Data.Express.2 (in C1.Web.Data.Express.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool MemoryResident { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property MemoryResident As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also