Skip to content

Enclose return from DbDataReader handlers into a class #819

Description

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 Sean Leonard (@seantleonard) in #799 (comment)

Metadata

Metadata

Type

No type

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions