Bonjour,
j'ai un probleme de concerption des classes en asp.net, j'ai 3 tables :
si j'ai ProductID, comment je fais pour acceder a ProductCategoryName.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 Products : ProductID, ProductDetailsCategoryID, ProductName, Price ... ProductCateroryDetails : ProductDetailsCategoryID, ProductCategoryID, ProductDetailsCategoryName ProductCategory : ProductCategoryID, ProductCategoryName.
Partager