Design Factors 12: For CRUD operation in DAL, when we use the business entity and when do use parameters?

beta3mods2

Business entities can be passed as method parameter in DAL, or all data elements can be passed separately in DAL methods as method parameter. Some design also may support the Business Entity class to include the corresponding CRUD methods, which basically doesn’t require any data element to be passed in the CRUD methods.

Technorati Tags: ,,

Print | posted on Monday, April 21, 2008 11:59 AM

Comments on this post

No comments posted yet.

Your comment:

 (will show your gravatar)
 
Please add 7 and 5 and type the answer here: