Miner.Data.Access Assembly : Miner.Data.Access Namespace |
Class | Description | |
---|---|---|
![]() | ColumnValueLoaderCriteria | |
![]() | DataLoader | We have started to use the DataLoader in situations where we have multi-part queries (we break-up queries with more than some threshold of "or" statements because there is usually a limit to the number of "or" statements (1000 for Oracle databases). |
![]() | DataRowRule | |
![]() | DataSession | The DataSession class abstracts both the database connection and transaction into a single entity. |
![]() | DataSource | The DbHelper class is an adaption of Microsoft's Data Access Application Block which is intended to encapsulate high performance, scalable best practices. The class provides methods for querying and manipulating database information through ADO.NET. |
![]() | DataSyntax | |
![]() | DbCompare | This non-creatable class contains helper methods for performing type-agnostic comparisons necessary when working with values whose types are not exactly known until runtime, such as DataRow column values. All methods are null and DBNull aware. |
![]() | DbConvert | This non-creatable class contains helper methods for performing common conversions necessary when working with nullable values, such as working with database (DataRow) column values. |
![]() | DbSql | This class represents a SQL statement. |