Table of Contents

Namespace Cuemon.Data.SqlClient

Assembly: Cuemon.Data.SqlClient.dll

The Cuemon.Data.SqlClient namespace contains types that provide ways for developers to work with Microsoft SQL Server integrations. The namespace is an addition to the System.Data.SqlClient namespace.

Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0

Complements: System.Data.SqlClient namespace 🔗

Classes

SqlDataManager

The SqlDataManager is the primary class of the Cuemon.Data.SqlClient namespace that can be used to execute commands targeted Microsoft SQL Server.

SqlInOperator<T>

Provides a safe way to include a Transact-SQL WHERE clause with an IN operator to execute against a SQL Server database.

SqlQueryBuilder

A Microsoft SQL implementation of the QueryBuilder class.