removeODataEntry:forCollection: method
   
   
   Removes an SDMODataEntry from the cache. 
      Syntax
         
         
            - 
            (
            BOOL
            ) 
            
               removeODataEntry
            
            : 
            (
            const SDMODataEntry *
            ) 
            entry_in 
            
               forCollection
            
            : 
            (
            NSString *
            ) 
            collectionName_in
         
      
      Parameters
         
         
            - 
               entry_in – 
               the SDMODataEntry to be removed
            
 
         
       
      Returns
         YES is the entry was successfully removed, NO otherwise