Skip to content

Enclose return from DbDataReader handlers into a class #819

@Aniruddh25

Description

@Aniruddh25

Not necessarily this PR, but perhaps this return type can be converted into a class so that this is easier to read. i.e.
class RowResult

  • Dictionary<string, object?> Columns
  • Dictionary<string, object> Properties

Originally posted by @seantleonard in #799 (comment)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions