mgravell / fast-member

Automatically exported from code.google.com/p/fast-member
Apache License 2.0
1.02k stars 137 forks source link

A small change that makes it possible to pass ObjectReader as SqlDbType.Structured parameter to a stored procedure call #97

Open Gagarin23 opened 2 years ago

Gagarin23 commented 2 years ago

A small change that makes it possible to pass ObjectReader as SqlDbType.Structured parameter to a stored procedure call. This previously threw an NRF exception in the Microsoft.Data.SqlClient.GetActualFieldsAndProperties method when it tried to access a property on a non-existent column "IsKey".

Gagarin23 commented 2 years ago

In this place image