| ContextOnAddCompleteTEntity Method  | 
 
            Called at the end of Add(TEntity)
            
 
    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 OnAddComplete<TEntity>(
	TEntity toAdd
)
where TEntity : class, IEntityCore
Protected Overridable Sub OnAddComplete(Of TEntity As {Class, IEntityCore}) ( 
	toAdd As TEntity
)Parameters
- toAdd
 - Type: TEntity
To add. 
Type Parameters
- TEntity
 - The type of the entity.
 
See Also