2

I want use ServiceStak.Ormlite V3 to exec procedure with outpur params, But on the wiki on github for V3, there are no introduce about this. Anyone cany help? Thanks a lot

At Last I found a solution: ServiceStack MARS (Multiple Active Result Sets) using ORMLite and Output Parameters

Use Dapper & serviceStack V3 to exec proc

Community
  • 1
  • 1
Capqueen
  • 71
  • 9

1 Answers1

2

The OrmLite API's required to support Stored Procedure with output parameters were first added in OrmLite v4. They are not available in the older OrmLite v3 releases.

mythz
  • 141,670
  • 29
  • 246
  • 390