How to make an entity object read only to avoid table update

Perform the below given steps to make the entity object readable

1) Select the Entity Object
2) Select Property Inspector
3) Select the Type Section and search for the property – updatable
4) Set the value of the property – updatable to false.