Click or drag to resize
IModifiableCollection Interface

Note: This API is now obsolete.

Generic inteface for modifying collecion.

Namespace:  Intuit.Ipp.LinqExtender.Abstraction
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")]
public interface IModifiableCollection

The IModifiableCollection type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears out items from collection.
Public methodSort
Sorts the collection, using the orderby clause used in query.
Top
See Also