Davita
Davita

Reputation: 9124

OpenAccess ORM Fluent API

Suppose I have an assembly A which has all the entities and mappings using fluent api. this assembly needs enhancing, I get it. but what happens to the assembly which is using assembly A. does it need enhancing too?

thanks

Upvotes: 1

Views: 525

Answers (1)

Joshua
Joshua

Reputation: 331

Only the project that contains your persistent entities requires enhancement :) I have videos currently being prepped for upload to Telerik TV, which show the step by step process. They should be uploaded by the end of today.

-Josh

Upvotes: 3

Related Questions