5
Reply

How perform created_by and updated_by in store procedure?

Atul Patil

Atul Patil

Oct 25 2016 2:20 AM
325
How perform following operation in Insert and Update store procedure?
 
I want to implement an abstract entity from which I will derive my entities. This abstract entity will contain the common fields like:

Key (int)
CreatedBy (String)
UpdatedBy (String)
CreatedDate (DateTime)
UpdatedDate (DateTime) 

Answers (5)