Responder Developer Guide
Miner.Data.Access Namespace
Inheritance Hierarchy

Version: 10.2.1a

Resource Center Home

This namespace contains classes based upon ADO.NET for interacting with a database (currently supports Oracle and SqlServer) and working with ADO.NET DataSets.
Classes
 ClassDescription
ClassColumnValueLoaderCriteria  
ClassDataLoader 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).
ClassDataRowRule  
ClassDataSession The DataSession class abstracts both the database connection and transaction into a single entity.
ClassDataSource 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.
ClassDataSyntax  
ClassDbCompare 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.
ClassDbConvert 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.
ClassDbSql This class represents a SQL statement.
See Also

Reference

Miner.Data.Access Assembly

 

 


Send Comment