DatabaseMappingAttribute Constructor (Boolean) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public DatabaseMappingAttribute(
bool executeInDb
)
Parameters
- executeInDb
- Type: SystemBoolean
If true, the member is executed on DB level, if false, then programmatically
See Also