There is already an open DataReader associated with this Connection which must be closed first #63
Answered
by
maxtoroq
vikasmohal
asked this question in
Q&A
-
Is there any way to create multiple Recordset for each Include.... An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred Additional information: There is already an open DataReader associated with this Connection which must be closed first. |
Beta Was this translation helpful? Give feedback.
Answered by
maxtoroq
Jul 21, 2018
Replies: 1 comment
-
If the provider doesn't support MARS, you can only eager-load a one-to-many association for a single entity, e.g. using Single or First. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxtoroq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the provider doesn't support MARS, you can only eager-load a one-to-many association for a single entity, e.g. using Single or First.