CoreStrings.PropertyNotMapped(Object, Object, Object) Yöntem

Tanım

'{entityType} özelliği. {property}', geçerli veritabanı sağlayıcısı tarafından desteklenen '{propertyType}' türündedir. Özellik CLR türünü değiştirebilir veya '[NotMapped]' özniteliğini veya 'OnModelCreating' içinde 'EntityTypeBuilder.Ignore' kullanarak özelliği yoksayabilirsiniz.

public static string PropertyNotMapped (object entityType, object property, object propertyType);
public static string PropertyNotMapped (object? entityType, object? property, object? propertyType);
static member PropertyNotMapped : obj * obj * obj -> string
Public Shared Function PropertyNotMapped (entityType As Object, property As Object, propertyType As Object) As String

Parametreler

entityType
Object
property
Object
propertyType
Object

Döndürülenler

String

Şunlara uygulanır