| IModifiableCollection Interface | 
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Abstraction
 Syntax
Syntax[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public interface IModifiableCollection
The IModifiableCollection type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clear | 
            Clears out items from collection.
             | 
|  | Sort | 
            Sorts the collection, using the orderby clause used in query.
             | 
 See Also
See Also