Partager via


CoreStrings.InvalidSetTypeOwned Méthode

Définition

Surcharges

InvalidSetTypeOwned(Object, Object)

Impossible de créer un DbSet pour « {typeName} », car il est configuré en tant que type d’entité détenu et doit être accessible via son type d’entité propriétaire « {ownerType} ». Consultez la rubrique https://aka.ms/efcore-docs-owned (éventuellement en anglais) pour plus d'informations.

InvalidSetTypeOwned(Object)

Impossible de créer un DbSet pour « {typeName} », car il est configuré en tant que type d’entité détenu et doit être accessible via son type d’entité propriétaire.

InvalidSetTypeOwned(Object, Object)

Impossible de créer un DbSet pour « {typeName} », car il est configuré en tant que type d’entité détenu et doit être accessible via son type d’entité propriétaire « {ownerType} ». Consultez la rubrique https://aka.ms/efcore-docs-owned (éventuellement en anglais) pour plus d'informations.

public static string InvalidSetTypeOwned (object? typeName, object? ownerType);
static member InvalidSetTypeOwned : obj * obj -> string
Public Shared Function InvalidSetTypeOwned (typeName As Object, ownerType As Object) As String

Paramètres

typeName
Object
ownerType
Object

Retours

S’applique à

InvalidSetTypeOwned(Object)

Impossible de créer un DbSet pour « {typeName} », car il est configuré en tant que type d’entité détenu et doit être accessible via son type d’entité propriétaire.

public static string InvalidSetTypeOwned (object typeName);
static member InvalidSetTypeOwned : obj -> string
Public Shared Function InvalidSetTypeOwned (typeName As Object) As String

Paramètres

typeName
Object

Retours

S’applique à