Click or drag to resize

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)
Syntax
bool CopyTo(
	IEntityCollectionBase entityCollection,
	bool copyAll
)

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: Boolean
True if succeeded
See Also