IReadOnlyEntityType.GetChangeTrackingStrategy Method

Definition

Gets the change tracking strategy being used for this entity type. This strategy indicates how the context detects changes to properties for an instance of the entity type.

public Microsoft.EntityFrameworkCore.ChangeTrackingStrategy GetChangeTrackingStrategy ();
abstract member GetChangeTrackingStrategy : unit -> Microsoft.EntityFrameworkCore.ChangeTrackingStrategy
Public Function GetChangeTrackingStrategy () As ChangeTrackingStrategy

Returns

The change tracking strategy.

Applies to