MetadataWorkspace.GetRelevantMembersForUpdate Metodo

Definizione

Restituisce i membri di un elemento EntitySet/EntityType specificato per cui sono necessari valori originali quando si modifica un'entità.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::EdmMember ^> ^ GetRelevantMembersForUpdate(System::Data::Metadata::Edm::EntitySetBase ^ entitySet, System::Data::Metadata::Edm::EntityTypeBase ^ entityType, bool partialUpdateSupported);
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmMember> GetRelevantMembersForUpdate (System.Data.Metadata.Edm.EntitySetBase entitySet, System.Data.Metadata.Edm.EntityTypeBase entityType, bool partialUpdateSupported);
member this.GetRelevantMembersForUpdate : System.Data.Metadata.Edm.EntitySetBase * System.Data.Metadata.Edm.EntityTypeBase * bool -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmMember>
Public Function GetRelevantMembersForUpdate (entitySet As EntitySetBase, entityType As EntityTypeBase, partialUpdateSupported As Boolean) As ReadOnlyCollection(Of EdmMember)

Parametri

entitySet
EntitySetBase

EntitySet appartenente a C-Space.

entityType
EntityTypeBase

EntityType che partecipa al EntitySet specificato.

partialUpdateSupported
Boolean

true se le entità possono essere aggiornate parzialmente, in caso contrario false.

Restituisce

Oggetti EdmMember per i quali il valore originale è obbligatorio.

Si applica a