73 packages tagged with “Procedure”
Entity Framework Core extension to execute stored procedures and map the result to a custom model
PInvoke API (methods, structures and constants) imported from Windows Rpc libraries.
Support for store functions (table valued functions, scalar user defined functions and stored procedures) for Entity Framework 6.3.0+ Code First.
Extensions to support Raw SQL and Stored Procedures with custom entities mapping
This is a tiny library with which you can use any database stored procedure as like any normal CLR method, even with 'out' parameters!
Small and simple framework for calling stored SQL procedures.
Automagically generate C# database layers for stored procedures
T4 template for use with Storm
Command line runner for use with the Storm library
Uses database metadata to generate deep copy procedures for SQL Server.
Sql executor for Storm using Sam Saffron's Dapper
StoredProcedureData contains Data Models for DbWebApi client to receive StoredProcedureResponse.
A simple .NET Core WebSocket-based library for bidirectional, reliable and typesafe communication between a server and clients behind a firewall. See https://github.com/Xenoage/RpcLib for documentation and samples.
A project to call stored procedures in a neat way
A simple framework for running sql tests against a temprary localdb instance, optionally deploying a dacpac, using a nice fluent c# api
Helper for runing Stored Procedure against a Postgresql database
An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.
This package includes dynamic link library(dll) for ado.net operations on your project. It provides executing query, get table data and executing stored procedure query.
SqlQuery library to query SQL Server stored procedures faster, easier and quicker
High performance ADO.Net wrapper specifically develop to help make life easy working with Microsoft SQL Server stored procedures for .Net projects/Applications. For more detials vitis Git Wiki page: https://github.com/sknath25/StoredProcedurePlus.Net/wiki
Provide a set of tools to work with. Localisation though Json object file, SQL Server Dal through reflection/attribute using stored procedure (Close to Entity but more database flexible).
Easy call sql stored procedure from Xamarin Form.
Library for easy calling and getting result of execution of stored procedures.
Simple StoredProcedure Binder in a type safe way. This generates class codes to call stored procedures.
Sql execution based on models
Clase que permite ejecutar un procedimiento almacenado
A .Net framework for calling SQL Server stored procedures. The purpose of this framework is to allow stored procedures, their parameters and their return types to be represented in strongly typed .Net classes. These can then be used in conjunction with a SqlConnection, DbConnection or DbContext to execute the stored procedure. This framework can be used with or without the presence of Entity Framework, but a separate dll (Dibware.StoredProcedureFrameworkForEF which is part of this project) is required when using with EF. Requires .net v4.0 Documentation: https://github.com/dibley1973/StoredProcedureFramework/blob/master/UsingTheStoredProcedureFramework.md