Share via


CoreStrings.NonShadowBaseType(Object, Object) Method

Definition

Caution

This API is now deprecated.

The entity type '{entityType}' cannot inherit from '{baseEntityType}' because '{entityType}' is a shadow state entity type while '{baseEntityType}' is not.

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

Parameters

entityType
Object
baseEntityType
Object

Returns

Attributes

Applies to