MobileTrackEventIdsObjectMissingInDatabase Field

Invoked when the object we are trying to work with is missing in the database. It may have been permanently deleted or never existed.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public const int ObjectMissingInDatabase = 1052

Field Value

Int32

Remarks

If invoked, we need to investigate why this orphaned reference was allowed to be created.

See Also