CoreStrings.SeedDatumComplexProperty(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法新增實體類型 '{entityType}' 的種子實體,因為它已設定複雜屬性 '{property}'。 植入中目前不支援複雜屬性。 如需相關資訊,請參閱 https://github.com/dotnet/efcore/issues/31254 。 請考慮使用 'DbCoNtextOptionsBuilder.EnableSensitiveDataLogging' 來查看相關的屬性值。
public static string SeedDatumComplexProperty (object? entityType, object? property);
static member SeedDatumComplexProperty : obj * obj -> string
Public Shared Function SeedDatumComplexProperty (entityType As Object, property As Object) As String
參數
- entityType
- Object
- property
- Object