Click or drag to resize

FieldsOnFieldNotFound Event

This event is fired when an attempt is made to obtain a field that is not in the collection.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public event FieldsFieldNotFoundEvent OnFieldNotFound

Value

Type: NetQuarry.DataFieldsFieldNotFoundEvent
Remarks
Typically only the mapper subscribes to this event. More often than not it is normal to request a field that might not be present due to versioning or flavor. The caller would be expected to check that the result of the field access is non-null before attempting to use the field object.
See Also