04.04.2022, 16:31
Wie kann ich die Zeile 4 mit in den Suchausdruck (LinQ?) in Zeile 3 integrieren?
let product = new ProductModel();
let pEx: ProduktExtendedModel;
pEx = this.products.find(i => i.pd.pdnr === event.objectId);
product = pEx.pd;
let product = new ProductModel();
let pEx: ProduktExtendedModel;
pEx = this.products.find(i => i.pd.pdnr === event.objectId);
product = pEx.pd;