Compartir a través de


ProfileOperations.AddEntityCollectionToLocalCache(EntityCollection) Method

Definition

Adds an entity collection to the cache queue.

public:
 bool AddEntityCollectionToLocalCache(Microsoft::Xrm::Sdk::EntityCollection ^ ecToAdd);
public bool AddEntityCollectionToLocalCache (Microsoft.Xrm.Sdk.EntityCollection ecToAdd);
member this.AddEntityCollectionToLocalCache : Microsoft.Xrm.Sdk.EntityCollection -> bool
Public Function AddEntityCollectionToLocalCache (ecToAdd As EntityCollection) As Boolean

Parameters

ecToAdd
EntityCollection

Specifies the entity collection.

Returns

true if the entity is added to the collection; otherwise, false.

Applies to