Share via


RelationalStrings.DerivedTypeTable(Object, Object) Method

Definition

Caution

This API is now deprecated.

The entity type '{entityType}' cannot be mapped to a table because it is derived from '{baseType}'. Only base entity types can be mapped to a table.

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

Parameters

entityType
Object
baseType
Object

Returns

Attributes

Applies to