If I add a new entity it gets created with this declaration:
public sealed partial class Person : PersonDataRow
The examples from the existing entities look like this:
public sealed class Employee : EmployeeDataRow
Why is the Employee class not marked as partial? Or, why is the Person class marked as partial?
This has nothing to do with the entity being seen in the configure databindings window. It still doesn't show up. I am just curious.