IEntityCollection2CopyTo 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.4.0.0 (5.4.0)
Syntax void CopyTo(
IEntity2[] destination,
int index
)
Sub CopyTo (
destination As IEntity2(),
index As Integer
)
Parameters
- destination
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Array of IEntity2 Objects wherein the contents of the list will be copied. - index
- Type: SystemInt32
Start index to copy from
See Also