Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Depth probably shouldn't be misused to return the current row index #443

Open
@appel1

Description

@appel1

public int Depth { get; private set; }

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions