 | IEntityCollectionBaseCopyTo Method (IEntityCollectionBase, Boolean) |
Copy the content of a collection to another
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxbool CopyTo(
IEntityCollectionBase entityCollection,
bool copyAll
)
Function CopyTo (
entityCollection As IEntityCollectionBase,
copyAll As Boolean
) As Boolean
Parameters
- entityCollection
- Type: EBP.Api.Interfaces.EntityIEntityCollectionBase
Destination entity collection - copyAll
- Type: SystemBoolean
Indicate if all the members of the entity should be copied
Return Value
Type:
BooleanTrue if succeeded
See Also