Context Constructor (Boolean, Boolean) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected Context(
bool setExistingEntityFieldsInGet,
bool allowRecursiveRemoval
)
Protected Sub New (
setExistingEntityFieldsInGet As Boolean,
allowRecursiveRemoval As Boolean
)
Parameters
- setExistingEntityFieldsInGet
- Type: SystemBoolean
Flag to set existing entity fields in get. Default is true. When set to false, an existing
entity's fields is not set to the fields of the passed in entity. Fields are only set if the entity isn't dirty. - allowRecursiveRemoval
- Type: SystemBoolean
if set to true allows recursive removal.
See Also