Provides the data access functionality and mapping from dataset to database.
For a list of all members of this type, see DataManagerBase Members.
System.Object
DataManagerBase
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Shows a simple query to the database, fetching a Transaction row based on it's MerchantTransactionID
DataManager dm = new DataManager(Config.Dsn); TODO: add example in this remark
Namespace: OrmLib
Assembly: OrmLib (in OrmLib.dll)
DataManagerBase Members | OrmLib Namespace