Share via


RuntimeTypeBase.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.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTrackingStrategy IReadOnlyTypeBase.GetChangeTrackingStrategy ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.GetChangeTrackingStrategy : unit -> Microsoft.EntityFrameworkCore.ChangeTrackingStrategy
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.GetChangeTrackingStrategy : unit -> Microsoft.EntityFrameworkCore.ChangeTrackingStrategy
Function GetChangeTrackingStrategy () As ChangeTrackingStrategy Implements IReadOnlyTypeBase.GetChangeTrackingStrategy

Returns

The change tracking strategy.

Implements

Attributes

Applies to