Click or drag to resize
ObjectTypeInfoIsVirtualObject Property
Indicates if object is stored in DB or only in memory. If true, object is stored in memory and cannot be queried by SQL. Default is false.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool IsVirtualObject { get; set; }

Property Value

Type: Boolean
See Also