Click or drag to resize
IAuthorizerCanBatchDeleteEntitiesDirectly Method
Determines whether the caller is allowed to delete entities directly in the database.

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
bool CanBatchDeleteEntitiesDirectly(
	Type typeOfEntity
)

Parameters

typeOfEntity
Type: SystemType
the type of the entity to batch delete instances of directly in the database, e.g. DeleteMulti (Selfservicing) or DeleteEntitiesDirectly (adapter)

Return Value

Type: Boolean
true if the caller is allowed to perform the delete, false otherwise
See Also