Click or drag to resize
EntityCoreTFieldsAddInternalsToContext Method
Adds the internals to context.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void AddInternalsToContext(
	bool resetWhenNull
)

Parameters

resetWhenNull
Type: SystemBoolean
if set to true resets the active context on contained elements if active context is null. If false it will reset active context only on collections which will then only reset their own variable, not the contained elements.
See Also