dotnet/EntityFramework.Docs
在 GitHub 查看Document other "raw" database access APIs besides FromSql
Open
#665 建立於 2018年3月26日
area-query-rawconsider-for-next-releasegood first issueundocumented-feature
倉庫指標
- Star
- (1,625 star)
- PR 合併指標
- (平均合併 1天 6小時) (30 天內合併 30 個 PR)
描述
We should add more information about ExecuteSqlCommand and GetDbConnection, including how to manage the open/close state (e.g. with context.Database.OpenConnection and context.Database.CloseConnection vs. connection.Open and connection.Close) and lifetime of the connection returned with the latter (see https://github.com/aspnet/EntityFrameworkCore/issues/11415).