Capqueen
Capqueen

Reputation: 71

servicestack.ormlite V3 how to execute procedure with output params?

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

Upvotes: 2

Views: 1337

Answers (1)

mythz
mythz

Reputation: 143319

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.

Upvotes: 2

Related Questions