Re: Qualify data based on non-class property

2009-11-28 Thread Shravan Kumar. M
ifier instead of the name of the foreign key, for example: EOKeyValueQualifier custQual = new EOKeyValueQualifier("cust", EOQualifier.QualifierOperatorNotEqual, sales.toCust()); Clark On 2009-11-28, at 10:51 AM, Shravan Kumar. M wrote: Hello Group, > > >Can we qualify data bas

Re: Qualify data based on non-class property

2009-11-28 Thread Clark Mueller
;cust", EOQualifier.QualifierOperatorNotEqual, sales.toCust()); Clark On 2009-11-28, at 10:51 AM, Shravan Kumar. M wrote: > Hello Group, > > Can we qualify data based on non-class property? Using following mechanism, I > was receiving error as shown here: > > EOKeyValueQualifier custQual = new

Qualify data based on non-class property

2009-11-28 Thread Shravan Kumar. M
Hello Group, Can we qualify data based on non-class property? Using following mechanism, I was receiving error as shown here: EOKeyValueQualifier custQual = new EOKeyValueQualifier("custID", EOQualifier.QualifierOperatorNotEqual, sales.toCust()); NSArray a