views:

9

answers:

0

Hi All,

M using entity framework, my problem is,

entity object say "Employee" mapped with SP to insert emplyee."employee" entity has the properties mapped with Employee table of DataBase, i used these properties for SP parameter mapping, but my sp needs some more parameters which are not available in entity and if i scaler property for sp it gives me error saying property not mapped with table.

Please help me to get work around of this. thanks in advance.