Click or drag to resize

AuditorBaseAuditDirectInsertOfEntities Method

Audits the succesfful 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
public virtual void AuditDirectInsertOfEntities(
	Type typeOfEntity,
	DynamicQuery selectQuery,
	int numberOfEntitiesInserted
)

Parameters

typeOfEntity
Type: SystemType
The type of the entities which were inserted
selectQuery
Type: SD.LLBLGen.Pro.QuerySpecDynamicQuery
The select query which produced the rows which were inserted
numberOfEntitiesInserted
Type: SystemInt32
The number of entities which were inserted

Implements

IAuditorAuditDirectInsertOfEntities(Type, DynamicQuery, Int32)
See Also