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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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