| EntityCoreTFieldsCreateAuditor Method | 
 
            Creates the auditor object for this entity. Routine is called when the entity is constructed. Implement in an entity
            class to set a particular entity auditor object at construction time. Use this routine if you don't want to use
            LLBLGen Pro's build in dependency injection mechanism.
            
 
    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
Syntaxprotected virtual IAuditor CreateAuditor()
Protected Overridable Function CreateAuditor As IAuditor
Return Value
Type: 
IAuditorready to use auditor
 Remarks
RemarksUsers of the .NET compact framework can't use dependency injection and should use this method instead
 See Also
See Also