Product Tour
     Back to Olero Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next Close Window    

 

Step 10 - Retrieve Data using ORM.NET

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.