Condividi tramite


RelationalStrings.DerivedTypeTable(Object, Object) Metodo

Definizione

Attenzione

Questa API è ora deprecata.

Impossibile eseguire il mapping del tipo di entità '{entityType}' a una tabella perché è derivato da '{baseType}'. È possibile eseguire il mapping solo dei tipi di entità di base a una tabella.

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

Parametri

entityType
Object
baseType
Object

Restituisce

Attributi

Si applica a