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 » generics   (RSS)
  • A possible bug in db4o 6 in .NET using C# 2.0

    Hi guys, I receive an error when I try to use the method Query<T> with a little more advanced techniques. Follow the idea below: I have the following interface:public interface INamedObject {    string Name { get; }}and classes that implements it:public class IdentifiedObject {    private long ...
    Posted to db4o User Forum (Forum) by Dayell on February 8, 2007