Namespace Cuemon.Data.SqlClient
Assembly: Cuemon.Data.dll
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.