|
|
Browse by Tags
All Tags » Native Queries » Beginner (RSS)
-
Hi Kendall,
You can refer to the Formula One Tutorial for a better sample and explanation of retrieving data from db4o. For some sample in C# 2.0, here it is:
// use native queries and retrieve data
private void Sample(IObjectContainer db)
{
IList<YourClass> listofObjects = db.Query<YourClass>(delegate(YourClass ...
|
|
|