ORM.NET makes retrieving data easier and more flexible than writing T-SQL or
Stored procedures.
The DataManager object
extends ADO.NET's DataSet object and manages
all retrievals and updates between your objects and database.
Combine one or more QueryCriteria methods
to easily retrieve data from multiple related tables without writing JOIN
queries. The MatchType enumeration allows you compose queries
using LIKE wildcard characters.
Return an updatable ADO.NET DataSet
with related table information using the FetchPath enumeration
object.
ORM.NET generates strongly typed objects that allow you to
use statement completion with IntelliSense in order make finding table, column
and relationships much easier.