Click or drag to resize
EntityCoreTFieldsOnGetFetchNewAuthorizationFailureResultHint Method
Returns the FetchNewAuthorizationFailureResultHint as returned by the authorizer. Only called when the CanGetLoad failed (authorization failed, so load was denied)

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
protected virtual FetchNewAuthorizationFailureResultHint OnGetFetchNewAuthorizationFailureResultHint()

Return Value

Type: FetchNewAuthorizationFailureResultHint
any of the FetchNewAuthorizationFailureResultHint values
See Also