Click or drag to resize

EntityCore<TFields>.OnAuditDirectInsertOfEntities Method

Audits the successful direct insert of entities into the database

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
protected virtual void OnAuditDirectInsertOfEntities(
	int numberOfEntitiesInserted,
	DynamicQuery selectQuery
)

Parameters

numberOfEntitiesInserted
Type: System.Int32
The number of entities inserted
selectQuery
Type: SD.LLBLGen.Pro.QuerySpec.DynamicQuery
the select query used to produce the source rows for the insert
See Also