Test GetBytes with null buffer
Closed this issue · 2 comments
bricelam commented
Another one of those de facto behaviors is that calling GetBytes with a null buffer will return the length of the data.
bgrainger commented
This should already be tested here:
AdoNetApiTest/src/AdoNet.Specification.Tests/DataReaderTestBase.cs
Lines 583 to 587 in ae131aa
bricelam commented
Doh, I searched for it too...