Click or drag to resize
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)
Syntax
protected virtual void OnAddComplete<TEntity>(
	TEntity toAdd
)
where TEntity : class, IEntityCore

Parameters

toAdd
Type: TEntity
To add.

Type Parameters

TEntity
The type of the entity.
See Also