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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool IsVirtualObject { get; set; }
Property Value
Type:
BooleanSee Also