Click or drag to resize
QueryCollectionTAddRange Method (IEnumerableT, Boolean)
Adds items to the main collection and does a sort operation if any orderby is used in query.

Namespace:  Intuit.Ipp.LinqExtender.Collection
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public virtual void AddRange(
	IEnumerable<T> items,
	bool inMemorySort
)

Parameters

items
Type: System.Collections.GenericIEnumerableT

[Missing <param name="items"/> documentation for "M:Intuit.Ipp.LinqExtender.Collection.QueryCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0},System.Boolean)"]

inMemorySort
Type: SystemBoolean

[Missing <param name="inMemorySort"/> documentation for "M:Intuit.Ipp.LinqExtender.Collection.QueryCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0},System.Boolean)"]

Implements

IModifiableCollectionTAddRange(IEnumerableT, Boolean)
See Also