Adds a set of entities to the end of the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
public Entity[] AddRange( IEnumerable<SimpleEntityItem> simpleEntityItems ) |
Visual Basic (Declaration) |
---|
Public Function AddRange ( _ simpleEntityItems As IEnumerable(Of SimpleEntityItem) _ ) As Entity() |
Parameters
- simpleEntityItems
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleEntityItem>)>)
Item definitions representing the entities to be added at the end of the collection.