Compartir a través de


ProfileOperations.GetEntityCollectionFromCacheByName(String) Method

Definition

Returns an entity collection from the cache if it is present.

public:
 Microsoft::Xrm::Sdk::EntityCollection ^ GetEntityCollectionFromCacheByName(System::String ^ entityName);
public Microsoft.Xrm.Sdk.EntityCollection GetEntityCollectionFromCacheByName (string entityName);
member this.GetEntityCollectionFromCacheByName : string -> Microsoft.Xrm.Sdk.EntityCollection
Public Function GetEntityCollectionFromCacheByName (entityName As String) As EntityCollection

Parameters

entityName
String

Specifies the name of the entity.

Returns

EntityCollection or Null.

Applies to