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.10.0.0 (5.10.0)
Syntaxpublic virtual void AuditDirectInsertOfEntities(
	Type typeOfEntity,
	DynamicQuery selectQuery,
	int numberOfEntitiesInserted
)
Public Overridable Sub AuditDirectInsertOfEntities ( 
	typeOfEntity As Type,
	selectQuery As DynamicQuery,
	numberOfEntitiesInserted As Integer
)
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