Skip to content

Consider adding template methods for DbConnection calls #21327

@ajcvickers

Description

@ajcvickers

For #7283 I need to call a different overload of DbConnection.Open in the SQL Server provider. I'm adding a template method to allow this, but similar template methods could be useful in other providers. Tentative list of relevant methods based on what RelationalCommand calls:

  • BeginTransaction
  • Close
  • EnlistTransaction
  • State
  • Dispose

We could also consider doing this for other Db types where they are wrapped by EF.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions