Sync server side updated properties with breeze -
i have breeze web api controller , entities properties createdby , createdtime set code in dbcontext (not sql server). there easy way sync these property values on save? @jay: 1 option can explore require restructuring. , not want breeze assembly refs in data access layer. have dbcontext overrides savechanges() , handles writes createdby , createdtime. another solution may re-query entity after update. there easy way that? know breeze entitymanager provides list of entities updated when changes saved. i'll dig around in api bit more.