Skip to main content
.NET 6.0+

Business Model Design with XPO

  • 2 minutes to read

In eXpressPersistent Objects (XPO), a business model is declared by classes (Persistent Objects) that will define the database structure, and consequently, the user interface. Classes represent database tables and class properties refer to database table columns. You can declare persistent objects directly in code (Code First) or by using the XPO Data Model Designer (Model First), or generate code from an existing database (Database First). The topics in this section provide information on how to properly declare your data classes.

Note

It is recommended that you first review the XPO tutorials to learn about the fundamental XPO concepts before creating an XPO-based XAF application.

Concepts

XPO Documentation on Relations and Filter Criteria

Task-Based Help

Community Content

See Also