| 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)
Syntaxprotected virtual void AddInternalsToContext(
	bool resetWhenNull
)
Protected Overridable Sub AddInternalsToContext ( 
	resetWhenNull As Boolean
)
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