CoreStrings.WeakBaseType(Object, Object) Method

Definition

Caution

This API is now deprecated.

The type '{entityType}' cannot have entity type '{baseType}' as the base type because the latter has a defining navigation.

public static string WeakBaseType (object entityType, object baseType);
[System.Obsolete]
public static string WeakBaseType (object? entityType, object? baseType);
static member WeakBaseType : obj * obj -> string
[<System.Obsolete>]
static member WeakBaseType : obj * obj -> string
Public Shared Function WeakBaseType (entityType As Object, baseType As Object) As String

Parameters

entityType
Object
baseType
Object

Returns

Attributes

Applies to