Click or drag to resize
IAuthorizerCanBatchUpdateEntitiesDirectly Method
Determines whether the caller is allowed to update 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 CanBatchUpdateEntitiesDirectly(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity which is passed in to the method to batch update the entities directly in the database, e.g. UpdateMulti (Selfservicing) or UpdateEntitiesDirectly (adapter)

Return Value

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