다음을 통해 공유


CoreStrings.SeedDatumMissingValue(Object, Object) 메서드

정의

필요한 속성 '{property}'에 대한 값이 제공되지 않아 엔터티 형식 '{entityType}'에 대한 시드 엔터티를 추가할 수 없습니다.

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

매개 변수

entityType
Object
property
Object

반환

적용 대상