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
newCreator{Id=1,FullName=@"Douglas Adams",Born=newDateOnly(1952,4,11),Died=newDateOnly(2001,5,11)};newWork{Id=41,CreatorId=1,Title=@"Young Zaphod Plays It Safe"};
Result:
----------------------------------------------------------------------------------------------------------------------
| Id | FullName | Born | Died | PrimaryLanguage | Works |
----------------------------------------------------------------------------------------------------------------------
| 1 | Douglas Adams | 04/11/1952 | 05/11/2001 | | System.Collections.ObjectModel.Collection`1[Work] |
----------------------------------------------------------------------------------------------------------------------
It would be really nice if instead of System.Collections.ObjectModel.Collection1[Work]` the following table was inserted:
--------------------------------------------------------------------
| Id | Title | Language | CreatorId | Creator |
--------------------------------------------------------------------
| 41 | Young Zaphod Plays It Safe | | 1 | Creator |
--------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
given:
Result:
It would be really nice if instead of
System.Collections.ObjectModel.Collection
1[Work]` the following table was inserted:The text was updated successfully, but these errors were encountered: