This property is used in ComponentOne WebData for data caching in web applications. It is ignored if the schema is used in WinForms application or in WebForms application without WebDataObjects.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

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

Remarks

The default value for this property is False.

See Also