|
|
Browse by Tags
All Tags » Native Queries » generics (RSS)
-
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 ...
|
|
|