i have a problem with a xpath-statement. Basically, the problem can be explained at the following code:
I\'m basically trying to do this, but I don\'t know what T will be, so I\'m building things up using Reflection and Expression trees.
I have a ViewController whose view results from data开发者_运维技巧 from a fetch request with Predicate 1.I\'d like to repeat the fetch request with a more restrictive Predicate 2 that will give a SUB
This is a general question, but here is the specific case I\'m looking for a solution to: I have a Dictionary<int, List<string>> I want to apply various predicates to. I want one method t
I have entity Unit and Tag, each with to-man开发者_如何转开发y relation to other. I am using NSFetchedResultsController to manage the data. What I need is to return distinct Unit object into NSFetch
I have a problem with Core Data which has left me at the end of my tether. So I was wondering if any of you wonderful people could help.
I\'m building a series of predicates that duplicate lots of code, and so are being changed into a single template function class based on the std::unary_function. The idea is that my class interface r
I am trying to get my code working as per the instruction on http://www.paulstovell.com/vb-anonymous-methods
I have a very simple NSPredicate as such: NSPredicate *sPre开发者_Python百科dicate = [NSPredicate predicateWithFormat:@\"name beginswith \'%@\'\", theString];
I have the following piece of code, that gives an error on the first usage form of pred2. I was hoping if someone could explain why this particular usage is incorrect, as I think pred3 usage is simila