You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depth is for readers that support nested results. I'm not aware of any implementation that support this. SQL Server and MySQL doesn't and their IDataReader.Depth implementations always return 0.
ExcelDataReader/src/ExcelDataReader/ExcelDataReader.cs
Line 37 in f2abb75
The IDataReader.Depth property should return the depth of nesting for the current row which, I think, is not the same as row index.
https://docs.microsoft.com/en-us/dotnet/api/system.data.idatareader.depth?view=netframework-4.8
Would be a breaking change though.
The text was updated successfully, but these errors were encountered: