| ContextOnAddTEntity Method  | 
 
            Called at the start of Add(TEntity)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected virtual void OnAdd<TEntity>(
	TEntity toAdd
)
where TEntity : class, IEntityCore
Protected Overridable Sub OnAdd(Of TEntity As {Class, IEntityCore}) ( 
	toAdd As TEntity
)Parameters
- toAdd
 - Type: TEntity
To add. 
Type Parameters
- TEntity
 - The type of the entity.
 
See Also