Skip to content

Entity Instance Identifier

Duncan Jones edited this page Sep 6, 2019 · 1 revision

Entity Instance Identifier

The entity unique identifier is the unique key by which you can decide which instance of the Entity we are talking about.

An entity is any thing which (a) can have changes occur to it and (b) can be uniquely identified so we need to know which instance we are talking about. The unique identifier can either be something provided by the business or a globally unique identifier provided by the system (such as a GUID)

Clone this wiki locally