Click or drag to resize

EntityCoreTFieldsOnAuditDirectInsertOfEntities 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: SystemInt32
The number of entities inserted
selectQuery
Type: SD.LLBLGen.Pro.QuerySpecDynamicQuery
the select query used to produce the source rows for the insert
See Also