Compartir a través de


ProfileOperations.GetEntityMetadataFromCache Method

Definition

Gets the complete collection of entity metadata from the cache.

public:
 System::Collections::Generic::List<Microsoft::Xrm::Sdk::Metadata::EntityMetadata ^> ^ GetEntityMetadataFromCache();
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.EntityMetadata> GetEntityMetadataFromCache ();
member this.GetEntityMetadataFromCache : unit -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.EntityMetadata>
Public Function GetEntityMetadataFromCache () As List(Of EntityMetadata)

Returns

The collection of entity metadata from the cache.

Applies to