Share via


ComplexCollectionBuilder<TComplex>.HasChangeTrackingStrategy Method

Definition

Configures the ChangeTrackingStrategy to be used for this complex type. This strategy indicates how the context detects changes to properties for an instance of the complex type.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexCollectionBuilder<TComplex> HasChangeTrackingStrategy(Microsoft.EntityFrameworkCore.ChangeTrackingStrategy changeTrackingStrategy);
override this.HasChangeTrackingStrategy : Microsoft.EntityFrameworkCore.ChangeTrackingStrategy -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexCollectionBuilder<'Complex>
Public Overridable Function HasChangeTrackingStrategy (changeTrackingStrategy As ChangeTrackingStrategy) As ComplexCollectionBuilder(Of TComplex)

Parameters

changeTrackingStrategy
ChangeTrackingStrategy

The change tracking strategy to be used.

Returns

The same builder instance so that multiple configuration calls can be chained.

Applies to