IAuthorizerCanDeleteEntity Method  | 
 
            Determines whether the caller is allowed to delete of the entity type passed in
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxbool CanDeleteEntity(
	IEntityCore entity
)
Function CanDeleteEntity ( 
	entity As IEntityCore
) As Boolean
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to delete. 
Return Value
Type: 
Booleantrue if the caller is allowed to delete the entity passed in, false otherwise
See Also