DataJuggler / DataTier.Net

DataTier.Net is an Entity Framework alternative that makes it simple to create stored procedure powered data tiers.
22 stars 3 forks source link

Delete By Single Field Parameter Doesn't Work #16

Closed DataJuggler closed 4 years ago

DataJuggler commented 4 years ago

I am trying to get all the custom methods registered in the SQL database I use when I build DataTier.Net itself.

The procedure is written out, but the parameter doesn't make it.

DataJuggler commented 4 years ago

This has been fixed in version 2.1.8 that was just checked in.

I also disabled Update On Build for Delete and made sure the value for Update On build is false for Delete By procedures.