共用方式為


CoreStrings.SeedDatumComplexPropertySensitive(Object, Object, Object) 方法

定義

無法新增具有索引鍵值 '{keyValue}' 之實體類型 '{entityType}' 的種子實體,因為它已設定複雜屬性 '{property}'。 植入中目前不支援複雜屬性。 如需相關資訊,請參閱 https://github.com/dotnet/efcore/issues/31254

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

參數

entityType
Object
keyValue
Object
property
Object

傳回

適用於