次の方法で共有


CoreStrings.SeedDatumComplexProperty(Object, Object) メソッド

定義

エンティティ型 '{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

戻り値

適用対象