15 packages tagged with “SqlCommand”
Easy SqlServer Access, Simply give a ready configurated SqlCommand instance
Fluent.Sql designed to simplify a work with SqlConnection, SqlTransaction, SqlCommand and SqlDataReader objects
Shim over IDbConnection interface to allow access to Async methods, if they exist
Displays a SqlCommand as a full SQL string with all parameters inline. Makes it easy to debug (copy paste to db tool). Please submit pull requests on GitHub.
Request/Response pattern for IDbConnection/IDbCommand
Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage. GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight manner.
Library of common SQL commands
EonaCat Helpers - SqlBuilder - Automatically parameterize sqlQueries - SqlHelper for Sql Injections and Javascript injections in strings - Deadlock Retry Helper
A class library that generates SQL statements with SqlCommand to verify that the data is correct in SqlServer
Ado.Net Connected ve Disconnected mimari için kolaylık sağlar. İçerisinde veri ekleme ve veri listeleme ile ilgili metotlar bulunur.
[非ORM]本工具主要为Sql语言命令生成器;简单封装了关于Mysql,SQLite,SqlServer的连接使用。并且封装了自定义数据集合类,以及查询结果映射对象的功能。
[非ORM]核心库主要功能是Sql语言命令生成; 本库连接SqlServer数据库所用,依赖Microsoft.Data.SqlClient包,简单封装了连接类 [SqlServerService]。
[非ORM]核心库主要功能是Sql语言命令生成; 本库连接SQLite数据库所用,依赖Microsoft.Data.Sqlite.Core包,简单封装了连接类 [SqLiteService]。
Provides a fluent implementation of a SQL Server Repository.