Namespace Paradigm.ORM.Data.DatabaseAccess
Classes
DatabaseAccess
Provides the means to access a database table or view. This class contains all the standard CRUD methods to work with a table or view.
NavigationDatabaseAccess
Handles the navigation relations between a type and other child types.
Interfaces
IDatabaseAccess
Provides an interface to access a database table or view.
INavigationDatabaseAccess
Provides an interface to manage navigation relationships between entities.