Hi,
Assume there is table in the DB called Employee that has the following columns "EnteredDate" and "UpdatedDate"
Obviousely the updateDate column is used for dealing with concurrecies. If i map this table to the BLL entity Employee, should i create a seperate fields "nteredDate"and "pdatedDate" in class Employee?
TY
Loading
Kirtan PatelPosted Nov 11, 2009, 7:40 AM
by DateTime.Now then no need to add those two as Class members
Amit ChoudharyPosted Nov 11, 2009, 7:39 AM