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.6.0.0 (5.6.19.0117)
Syntax
protected virtual FetchNewAuthorizationFailureResultHint OnGetFetchNewAuthorizationFailureResultHint()

Return Value

Type: FetchNewAuthorizationFailureResultHint
any of the FetchNewAuthorizationFailureResultHint values
See Also