Click or drag to resize

FindBehaviour Enumeration

Options specifying how Find(String, FieldFindType, FindBehaviour) should behave.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum FindBehaviour
Members
  Member nameValueDescription
OkIfNotFound1 It is expected that the field might not exist (perhaps due to versioning or flavoring of the field and no exception should be raised or entry logged in the devlog.
LogIfNotFound2If the specified field is not found then an entry should be logged to the devlog.
ErrIfNotFound3If the specified field is not found then a FieldNotFound exception should be raised.
See Also