Namespace Cuemon.Data
Assembly: Cuemon.Data.dll
Classes
BulkCopyDataReader
Provides a way of copying an existing object implementing the System.Data.Common.DbDataReader interface to a filtered forward-only stream of rows that is mapped for bulk upload. This class cannot be inherited.
DataAdapter
An abstract class representing the actual data binding to a data source.
DataAdapterEventArgs
Provides data for DataAdapter related operations.
DataAdapterException
The exception that is thrown when a DataAdapter operation is in an invalid state.
DataCommand
Represents a Transact-SQL statement or stored procedure to execute against a SQL Server database.
DataConnection
Represents a connection to a database.
DataDependency
This DataDependency class will monitor any changes occurred to an underlying data source while notifying subscribing objects.
DataManager
The DataManager is an abstract class in the Cuemon.Data namespace that can be used to implement execute commands of different database providers.
DataParameterEqualityComparer
Provides an equality comparison for System.Data.Common.DbParameter objects.
DataTransfer
Provides a way to convert an System.Data.IDataReader implementation to a table-like data transfer object.
DataTransferColumn
Represents the column meta information of a table-row in a database. This class cannot be inherited.
DataTransferColumnCollection
Represents a collection of DataTransferColumn objects for a table in a database. This class cannot be inherited.
DataTransferExtensions
This is an extensions implementation of the most common methods on the DataTransfer class.
DataTransferRow
Represents the row of a table in a database. This class cannot be inherited.
DataTransferRowCollection
Represents a collection of DataTransferRow objects for a table in a database. This class cannot be inherited.
DataTransferSorter
Provides a default implementation of a DataTransferRow sorter. This class cannot be inherited.
DataWatcher
A Watcher implementation, that can monitor and signal changes of one or more data locations by raising the Changed event.
DbColumn
Represents a database column.
InOperator<T>
Provides a safe way to include a Transact-SQL WHERE clause with an IN operator.
QueryBuilder
An abstract class for building T-SQL statements from table and columns definitions.
QueryUtility
This utility class is designed to make query related operations easier to work with.
StringDataReader
Provides a generic way of reading a forward-only stream of rows from a System.String based data source. This is an abstract class.
UniqueIndexViolationException
The exception that is thrown when a unique index violation occurs from a data source.
Interfaces
IDataCommand
Represents a statement that is executed while an open connection to a data source exists.
IDataConnection
Represents a connection to a data source.
Enums
QueryFormat
Identifies the format for a query fragment.
QueryInsertAction
Defines the available insert actions for the DataAdapter class.
QueryType
Identifies the type of data operation performed by a query against a data source.