Expand description
Entity type trait and state definitions.
Enums§
- Entity
State - Represents the state of an entity in the change tracker.
Traits§
- IEntity
Snapshot - Extracts all scalar property values from an entity for INSERT/UPDATE.
- IEntity
Type - The core trait that every entity type must implement.
- IFrom
Row - Trait for materializing an entity from a database row.
- IGet
KeyValues - Extracts primary key values from an entity for SaveChanges WHERE clauses.
- ILazy
Init - Attaches lazy-loading contexts to navigation properties.
- INavigation
Setter - Applies eagerly-loaded navigation data to an entity.
Functions§
- materialize_
entities - Materializes entities from raw database row data using the
IFromRowtrait.