@@ -4758,7 +4758,7 @@ public T Get<T>(string name)
{
if(default(T)!=null)
{
thrownewApplicationException("Attempting to cast a DBNull to a non nullable type!");
thrownewApplicationException("Attempting to cast a DBNull to a non nullable type! Note that out/return parameters will not have updated values until the data stream completes (after the 'foreach' for Query(..., buffered: false), or after the GridReader has been disposed for QueryMultiple)");