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.11.0.0 (5.11.23.1114)
Syntax
bool CanBatchDeleteEntitiesDirectly(
	Type typeOfEntity
)

Parameters

typeOfEntity
Type: SystemType
the type of the entity to batch delete instances of directly in the database

Return Value

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