Entity Framework Code First
Note
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
This document demonstrates a simple data model that can be used in an application with a database created using Code First development.
Create a class for an appointment named EFAppointment and a class for a resource named EFResource. You can use the following code.
To learn more, refer to the Lesson 5 - Bind a Scheduler to Entity Framework Data Source (legacy) article.
See Also