IAuthorizerCanSaveExistingEntity Method  | 
 
            Determines whether the caller is allowed to save the modified existing instance passed in.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxbool CanSaveExistingEntity(
	IEntityCore entity
)
Function CanSaveExistingEntity ( 
	entity As IEntityCore
) As Boolean
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to save. 
Return Value
Type: 
Booleantrue if the caller is allowed to save the new instance passed in, false otherwise
See Also