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: 9.0.0
Syntaxpublic bool IsVirtualObject { get; set; }
Property Value
Type:
Boolean
See Also