Click or drag to resize
PersistenceInfoProviderBaseCanPerformAction 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
public bool CanPerformAction(
	string entityName,
	int actionToCheck
)

Parameters

entityName
Type: SystemString
Name of the entity.
actionToCheck
Type: SystemInt32
The action to check.

Return Value

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

Implements

IPersistenceInfoProviderCanPerformAction(String, Int32)
See Also