CoreStrings.FullChangeTrackingRequired(Object, Object, Object, Object) 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.
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
Parameters
- entityType
- Object
- changeTrackingStrategy
- Object
- fullStrategy
- Object
- fullPlusStrategy
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework