Click or drag to resize
DatabaseMappingAttribute Constructor (Boolean)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public DatabaseMappingAttribute(
	bool executeInDb
)

Parameters

executeInDb
Type: SystemBoolean
If true, the member is executed on DB level, if false, then programmatically
See Also