I have added a SQL database as data source of type object to my project according to this tutorial: https://docs.microsoft.com/en-us/ef/ef6/fundamentals/databinding/winforms.
It is also posssible to add a database as data source of type database to my project. What is the differenece between these 2 options? Are there differences in terms of performance? Is one of these 2 methods easier to use in development?