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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework