Click or drag to resize

FetchNewAuthorizationFailureResultHint Enumeration

Enum to specify the hint what to do when authorization fails on a newly fetched entity into a new object.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public enum FetchNewAuthorizationFailureResultHint
Members
  Member nameValueDescription
ClearData0 Clear the data of the entity. The entity is added to the collection, if the fetch was a collection fetch.
ThrowAway1 The entity is thrown out and not added to a collection, if the fetch was a collection fetch. This is the default.
See Also