Delen via


ChangeTrackingStrategyConvention Class

Definition

A convention that sets a flag on the model to always skip detecting changes if no entity type is using the Snapshot strategy.

public class ChangeTrackingStrategyConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention
public class ChangeTrackingStrategyConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizingConvention
type ChangeTrackingStrategyConvention = class
    interface IModelFinalizedConvention
    interface IConvention
type ChangeTrackingStrategyConvention = class
    interface IModelFinalizingConvention
    interface IConvention
Public Class ChangeTrackingStrategyConvention
Implements IModelFinalizedConvention
Public Class ChangeTrackingStrategyConvention
Implements IModelFinalizingConvention
Inheritance
ChangeTrackingStrategyConvention
Implements

Remarks

See Model building conventions for more information and examples.

Applies to