Info
Version: | 1.2.0 |
Author(s): | Sven Erik Matzen |
Last Update: | Thursday, September 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/matzen/Sven |
NuGet Url: | https://www.nuget.org/packages/Sem.Data.SprocAccess |
Install
Install-Package Sem.Data.SprocAccess
dotnet add package Sem.Data.SprocAccess
paket add Sem.Data.SprocAccess
Sem.Data.SprocAccess Download (Unzip the "nupkg" after downloading)
Dependencies
- Sem.Tools.Logging(>= 1.0.10)
- Microsoft.CodeAnalysis.CSharp(>= 3.4.0)
or Sem.Data.SprocAccess.FileSystem.
The interface IDatabase implements a single method that executes a
SPROC and returns an IAsyncEnumerable by mapping each row into a plain old C# object (POCO).