EntityCollectionBaseTEntityIEntityCollectionCopyTo Method |
copy the complete list of IEntity 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.12.0.0 (5.12.0)
Syntaxvoid IEntityCollection.CopyTo(
IEntity[] destination,
int index
)
Private Sub CopyTo (
destination As IEntity(),
index As Integer
) Implements IEntityCollection.CopyTo
Parameters
- destination
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Array of IEntity Objects wherein the contents of the list will be copied. - index
- Type: SystemInt32
Start index to copy from
Implements
IEntityCollectionCopyTo(IEntity, Int32)
See Also