Click or drag to resize
IPersistenceInfoProviderCanPerformAction Method
Determines whether the entity with the name specified is allowed to perform the action specified in actionToCheck. Is compared against the specified actioncombination defined with the entity mapping.

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 CanPerformAction(
	string entityName,
	int actionToCheck
)

Parameters

entityName
Type: SystemString
Name of the entity.
actionToCheck
Type: SystemInt32
The action to check. Is numeric value of PersistenceActionType

Return Value

Type: Boolean
true if the entity is allowed to perform the action, false otherwise.
See Also