You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I use a supper class in this method
it cant not find the right table name. when i change the code in line 414 var type = typeof(T) to var type = entityToInsert.GetType(); it can find the right table name.
if I use a supper class in this method

it cant not find the right table name. when i change the code in line 414 var type = typeof(T) to var type = entityToInsert.GetType(); it can find the right table name.