CoreStrings.ChangeTrackingInterfaceMissing(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, but does not implement the required '{notificationInterface}' interface. Implement '{notificationInterface}' on '{entityType}' or use a different change tracking strategy.
public static string ChangeTrackingInterfaceMissing(object? entityType, object? changeTrackingStrategy, object? notificationInterface);
public static string ChangeTrackingInterfaceMissing(object entityType, object changeTrackingStrategy, object notificationInterface);
static member ChangeTrackingInterfaceMissing : obj * obj * obj -> string
Public Shared Function ChangeTrackingInterfaceMissing (entityType As Object, changeTrackingStrategy As Object, notificationInterface As Object) As String
Parameters
- entityType
- Object
- changeTrackingStrategy
- Object
- notificationInterface
- Object