1

I'm using NCommon for DDD layer and Entity Framework.

I would like to execute a Stored Procedure but not sure how you go about it.

David Cruwys
  • 6,262
  • 12
  • 45
  • 91

1 Answers1

0

You can map stored procedures in EF4. It supports it. Just Add required stored proc in designer and use associated function in your code.

Danil
  • 1,883
  • 1
  • 21
  • 22