다음을 통해 공유


CoreStrings.SeedDatumDefaultValue(Object, Object, Object) 메서드

정의

필수 속성 '{property}'에 대해 기본값이 제공되었으므로 엔터티 형식 '{entityType}'에 대한 시드 엔터티를 추가할 수 없습니다. '{defaultValue}'의 값과 다른 값을 제공하세요.

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

매개 변수

entityType
Object
property
Object
defaultValue
Object

반환

적용 대상