Namespace Paradigm.ORM.Data.Database
Classes
DatabaseConfiguration
Provides agnostic database configuration for the shared data library.
Interfaces
IDatabaseCommand
Provides an interface to send execution commands to the database. Can be either a query string, or a stored procedure name.
IDatabaseConfiguration
Provides agnostic database configuration for the shared data library.
IDatabaseConnector
Provides an interface to connecto to a database server.
IDatabaseReader
Provides an ierface to read a forward-only stream of rows from a data source.
IDatabaseTransaction
Provides an interface to work with database transactions.
IDbTypeValueRangeProvider
Provides an interface to retrieve data type value minimum and maximums.