EntityTypeBuilder.HasChangeTrackingStrategy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HasChangeTrackingStrategy(ChangeTrackingStrategy) |
Configures the ChangeTrackingStrategy to be used for this entity type. This strategy indicates how the context detects changes to properties for an instance of the entity type. |
HasChangeTrackingStrategy(ChangeTrackingStrategy) |
Configures the ChangeTrackingStrategy to be used for this entity type. This strategy indicates how the context detects changes to properties for an instance of the entity type. |
HasChangeTrackingStrategy(ChangeTrackingStrategy)
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
- Source:
- EntityTypeBuilder.cs
Configures the ChangeTrackingStrategy to be used for this entity type. This strategy indicates how the context detects changes to properties for an instance of the entity type.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder HasChangeTrackingStrategy (Microsoft.EntityFrameworkCore.ChangeTrackingStrategy changeTrackingStrategy);
abstract member HasChangeTrackingStrategy : Microsoft.EntityFrameworkCore.ChangeTrackingStrategy -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
override this.HasChangeTrackingStrategy : Microsoft.EntityFrameworkCore.ChangeTrackingStrategy -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
Public Overridable Function HasChangeTrackingStrategy (changeTrackingStrategy As ChangeTrackingStrategy) As EntityTypeBuilder
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
HasChangeTrackingStrategy(ChangeTrackingStrategy)
Configures the ChangeTrackingStrategy to be used for this entity type. This strategy indicates how the context detects changes to properties for an instance of the entity type.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder HasChangeTrackingStrategy (Microsoft.EntityFrameworkCore.Metadata.ChangeTrackingStrategy changeTrackingStrategy);
abstract member HasChangeTrackingStrategy : Microsoft.EntityFrameworkCore.Metadata.ChangeTrackingStrategy -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
override this.HasChangeTrackingStrategy : Microsoft.EntityFrameworkCore.Metadata.ChangeTrackingStrategy -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
Public Overridable Function HasChangeTrackingStrategy (changeTrackingStrategy As ChangeTrackingStrategy) As EntityTypeBuilder
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
Entity Framework