ProfileOperations.AddEntityCollectionToLocalCache(EntityCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.