21 packages tagged with “Procedures”
EntityFramework.Functions library implements Entity Framework code first support for - Stored procedures (with single result type, multiple result types, output parameter), - Table-valued functions (returning entity type, complex type), - Scalar-valued functions (composable, non-composable), - Aggregate functions, - Built-in functions, - Niladic functions, - Model defined functions. EntityFramework.Functions library works on .NET Standard with Entity Framework 6.4.0. It also works on .NET 4.0, .NET 4.5, .NET 4.6, .NET 4.7, .NET 4.8 with Entity Framework 6.1.0 and later. It can be installed through Nuget: - dotnet add package EntityFramework.Functions Or: - Install-Package EntityFramework.Functions -DependencyVersion Highest For more information, see: - Document (APIs and examples): https://weblogs.asp.net/Dixin/EntityFramework.Functions - Source code: https://github.com/Dixin/EntityFramework.Functions - Nuget package: https://www.nuget.org/packages/EntityFramework.Functions
A fully tested wrapper class for querying stored procedures.
Client Classes for Proc Proctor
Fast and robust layer for accessing databases. SQL Server, MySQL, Aurora, MariaDB, Sqlite and PostgrSQL. Designed for people that prefer to use stored procedures but works equally well for ad-hoc queries. Does not generate SQL statements from LINQ expressions.
Database controller, suitable for stored procedures.
Data type and method generator for Sql Server stored procedures
This is a dotnet command line tool that generates stored procedures
Interfaces do Micro ORM Carubbi.DAL
Micro ORM Baseado em procedures
.NET Data and Database Extensions
Defines Sql Server object model types that can be used to generate queries or stored procedures
An extension of MirrorMapper to execute stored procedures by name.
The DynamicResultSet library allows you to use the data returned from one stored procedure to populate any number of DynamicClasses.
ASP.NET based Membership Provider and RoleManager - with Sql database, without hardcoded sql. With use the all ASP.NET version (ASP.NET 2,3,3.5,4,4.5, ASP.NET MVC3, MVC4), for the managing users. All settings (including the stored procedure names) applicable in the web.config membership and roleManager sections. The application and packages licensed under Mozilla Public License(MPL).
This Library will generate a robust and extensible Search Procedure for SQL Server. It can also generate an Insert Procedure.
Robust Revamp Library
Call SQl Database and Oracle like Entity Framework Code first and with normal and async methods - Call Select - Call Stored Procedure - Insert , Update and Delete
Package Description
Wrapper around SqlDapper when using stored procedures together with repository pattern. <div>Icons made by <a href="https://www.flaticon.com/authors/flat-icons" title="Flat Icons">Flat Icons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
Oracle veritabanı işlemleri için .NET kütüphanesi. Prosedürler, paketler, tablolar ve viewler için kolay kullanımlı API sağlar.
Fork of EntityFramework.Functions library - implements Entity Framework code first support for stored procedures, table-valued functions, scalar-valued functions (composable or non-composable), aggregate functions, built-in functions, and niladic function.