MetadataWorkspace.GetRequiredOriginalValueMembers 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework