Namespace Cuemon.Data.SqlClient
Assembly: Cuemon.Data.SqlClient.dll
Execute commands, manage connections, and work with SQL Server-specific data operations through Cuemon's data abstractions. The Cuemon.Data.SqlClient namespace integrates Microsoft SQL Server support into the Cuemon data pipeline. Start with SqlManager for command execution or use the types extending System.Data.SqlClient.
Availability: .NET 10, .NET 9 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.