db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Native Queries » Beginner   (RSS)
  • Re: Data retreival problems in c#

    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 ...
    Posted to db4o User Forum (Forum) by eisanchez on January 7, 2008