Tagged Questions
1
vote
1answer
753 views
DbParameter IsNullable functionality?
I have not worked with parameters in ADO.Net very much. I'm writing a custom .Net data provider (modeled on SqlClient), and have to implement the IsNullable property in my parameter class, which ...