EFCore-FluentStoredProcedure:EFCore扩展,它允许将存储过程流畅地映射到类的方法

时间:2024-02-26 01:09:04
【文件属性】:

文件名称:EFCore-FluentStoredProcedure:EFCore扩展,它允许将存储过程流畅地映射到类的方法

文件大小:10KB

文件格式:ZIP

更新时间:2024-02-26 01:09:04

csharp dotnet-core efcore netstandard fluent

斯尼克勒 用于将存储过程结果映射到EntityFrameworkCore中的对象的流利方法 用法 执行存储过程 添加using语句以引入扩展方法。 例如: using Snickler.EFCore var dbContext = GetDbContext (); dbContext . LoadStoredProc ( " dbo.SomeSproc " ) . WithSqlParam ( " fooId " , 1 ) . ExecuteStoredProc (( handle


【文件预览】:
EFCore-FluentStoredProcedure-master
----EFCoreFluent()
--------EFCoreFluent.sln(1KB)
--------src()
----LICENSE(1KB)
----.gitignore(4KB)
----README.md(4KB)
----.gitattributes(2KB)

网友评论