Aracılığıyla paylaş


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

Tanım

'{property}' özelliği için sağlanan değer '{type}' özellik türüyle uyumlu olmadığından, '{entityType}' varlık türü için seed varlığı eklenemiyor. İlgili özellik değerini görmek için 'DbContextOptionsBuilder.EnableSensitiveDataLogging' kullanmayı göz önünde bulundurun.

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

Parametreler

entityType
Object
property
Object
type
Object

Döndürülenler

Şunlara uygulanır