ORM Sample Class Library

DataManagerBase Class

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

[Visual Basic]
<Serializable>
Public Class DataManagerBase
[C#]
[Serializable]
public class DataManagerBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

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

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

DataManagerBase Members | OrmLib Namespace


ubject=ORM Sample Class Library Documentation Feedback: DataManagerBase.GetRows%C2%A0Method%C2%A0">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.27655]

oad List


workSDKv1.1/cpref/html/frlrfSystemObjectClassTopic.htm">Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.