2
I’m developing a kind of a C#QUIZ, and I’ve managed to do the INSERT part of the questions and answers in the bank, but I’m having difficulty bringing the question and the answers from the bank to the quiz.
Kind of a select, because I just found select with Entity in list form, and I need to make a select that it brings the question and the answers.
Like this your model?
– Marco Souza
Guy created in a table Game that contains the fields Question, Answerone, Answertwo, Answerright and Answercertain...
– Julianno
Then I installed the Entity and even managed to insert in the bank with an Entity method, only I could not find any material to select.
– Julianno
Edit your question and post your model.
– Marco Souza