MetadataWorkspace.GetRequiredOriginalValueMembers Method

Definition

Caution

Use MetadataWorkspace.GetRelevantMembersForUpdate(EntitySetBase, EntityTypeBase, bool) instead

Gets original value members from an entity set and entity type.

[System.Obsolete("Use MetadataWorkspace.GetRelevantMembersForUpdate(EntitySetBase, EntityTypeBase, bool) instead")]
public virtual System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.EdmMember> GetRequiredOriginalValueMembers (System.Data.Entity.Core.Metadata.Edm.EntitySetBase entitySet, System.Data.Entity.Core.Metadata.Edm.EntityTypeBase entityType);
abstract member GetRequiredOriginalValueMembers : System.Data.Entity.Core.Metadata.Edm.EntitySetBase * System.Data.Entity.Core.Metadata.Edm.EntityTypeBase -> seq<System.Data.Entity.Core.Metadata.Edm.EdmMember>
override this.GetRequiredOriginalValueMembers : System.Data.Entity.Core.Metadata.Edm.EntitySetBase * System.Data.Entity.Core.Metadata.Edm.EntityTypeBase -> seq<System.Data.Entity.Core.Metadata.Edm.EdmMember>
Public Overridable Function GetRequiredOriginalValueMembers (entitySet As EntitySetBase, entityType As EntityTypeBase) As IEnumerable(Of EdmMember)

Parameters

entitySet
EntitySetBase

The entity set from which to retrieve original values.

entityType
EntityTypeBase

The entity type of which to retrieve original values.

Returns

The original value members from an entity set and entity type.

Attributes

Applies to