ProfileOperations.GetEntityCollectionFromCacheByName(String) 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.
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
.