AssociationSetModificationFunctionMapping Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initaliziert eine neue AssociationSetModificationFunctionMapping-instance.
public AssociationSetModificationFunctionMapping (System.Data.Entity.Core.Metadata.Edm.AssociationSet associationSet, System.Data.Entity.Core.Mapping.ModificationFunctionMapping deleteFunctionMapping, System.Data.Entity.Core.Mapping.ModificationFunctionMapping insertFunctionMapping);
new System.Data.Entity.Core.Mapping.AssociationSetModificationFunctionMapping : System.Data.Entity.Core.Metadata.Edm.AssociationSet * System.Data.Entity.Core.Mapping.ModificationFunctionMapping * System.Data.Entity.Core.Mapping.ModificationFunctionMapping -> System.Data.Entity.Core.Mapping.AssociationSetModificationFunctionMapping
Parameter
- associationSet
- AssociationSet
Eine Zuordnungsgruppe.
- deleteFunctionMapping
- ModificationFunctionMapping
Eine Löschfunktionszuordnung.
- insertFunctionMapping
- ModificationFunctionMapping
Eine Zuordnung der Einfügefunktion.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework