TypeHashUtil.Hash(IEnumerable<EntityMetadata>) Method

Definition

public:
 static System::Collections::Generic::HashSet<int> ^ Hash(System::Collections::Generic::IEnumerable<Microsoft::Xrm::Sdk::Metadata::EntityMetadata ^> ^ entityMetadata);
public static System.Collections.Generic.HashSet<int> Hash (System.Collections.Generic.IEnumerable<Microsoft.Xrm.Sdk.Metadata.EntityMetadata> entityMetadata);
static member Hash : seq<Microsoft.Xrm.Sdk.Metadata.EntityMetadata> -> System.Collections.Generic.HashSet<int>
Public Shared Function Hash (entityMetadata As IEnumerable(Of EntityMetadata)) As HashSet(Of Integer)

Parameters

entityMetadata
IEnumerable<EntityMetadata>

Returns

Applies to