MicroLite icon indicating copy to clipboard operation
MicroLite copied to clipboard

Allow specifying ParameterDirection in SqlArgument

Open Chimaine opened this issue 10 years ago • 0 comments

Currently, MicroLite is not able to call stored procedures that have OUT or INOUT parameters because you can not specify the direction (System.Data.ParameterDirection).

The SqlBuilder (IWithParameter) should also support this.

Chimaine avatar Feb 25 '15 10:02 Chimaine