ProfileOperations.GetEntityMetadataFromCache 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.
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.