IReadOnlyTypeBase.GetChangeTrackingStrategy Method

Definition

Gets the change tracking strategy being used for this type. This strategy indicates how the context detects changes to properties for an instance of the 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