Click or drag to resize
DatabaseMappingAttributeExecuteInDB Property
If true, the member is executed on DB level, if false, then programmatically

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

Property Value

Type: Boolean
See Also