Re: [nhusers] Custom User Type with IUserType

2018-04-06 Thread Robert Eberhart
Thank you for your response. You are correct. Upon reviewing your answer, the issue I'm having is less with DbCommand than with the DbParameterCollection. I'm using Moq and when I try to mock/fake the DbCommand and set up the DbParameterCollection using a variety of standard techniques, Moq

Re: [nhusers] Custom User Type with IUserType

2018-04-06 Thread Robert Eberhart
0].Value.ShouldBe("N"); } I took a look at the DbParameterCollection and it has an abstract, protected GetParameter method which I was able to setup. Thanks again for your help on this issue. 2018-04-06 9:49 GMT-04:00 Robert Eberhart <robert.eberh...@gmail.com>: &g