FindBehaviour Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
OkIfNotFound | 1 | 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. | |
LogIfNotFound | 2 | If the specified field is not found then an entry should be logged to the devlog. | |
ErrIfNotFound | 3 | If the specified field is not found then a FieldNotFound exception should be raised. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.