Click or drag to resize

EntityCollectionBase2<TEntity>.IEntityCollection2.CopyTo Method

copy the complete list of IEntity2 objects to an array of IEntity objects.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
void IEntityCollection2.CopyTo(
	IEntity2[] destination,
	int index
)

Parameters

destination
Type:SD.LLBLGen.Pro.ORMSupportClasses.IEntity2[]
Array of IEntity2 Objects wherein the contents of the list will be copied.
index
Type: System.Int32
Start index to copy from

Implements

IEntityCollection2.CopyTo(IEntity2[], Int32)
See Also