Coordinating Entity Objects and Database Triggers

In some cases, you may want to coordinate the business logic tier with database triggers. For example, you can use database triggers to create default values when a row is inserted and bring the value back to the business logic tier using the Refresh After Insert attribute setting (however, you don't see the default until the row is committed).