CoreStrings.FullChangeTrackingRequired(Object, Object, Object, Object) Method
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.
The entity type '{entityType}' is configured to use the '{changeTrackingStrategy}' change tracking strategy when full change tracking notifications are required. Use 'ModelBuilder.HasChangeTrackingStrategy' in 'OnModelCreating' to configure all entity types in the model to use the '{fullStrategy}' or '{fullPlusStrategy}' strategy.
public static string FullChangeTrackingRequired (object entityType, object changeTrackingStrategy, object fullStrategy, object fullPlusStrategy);
public static string FullChangeTrackingRequired (object? entityType, object? changeTrackingStrategy, object? fullStrategy, object? fullPlusStrategy);
static member FullChangeTrackingRequired : obj * obj * obj * obj -> string
Public Shared Function FullChangeTrackingRequired (entityType As Object, changeTrackingStrategy As Object, fullStrategy As Object, fullPlusStrategy As Object) As String
- entityType
- Object
- changeTrackingStrategy
- Object
- fullStrategy
- Object
- fullPlusStrategy
- Object
Product | Versions |
---|---|
Entity Framework Core | 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: