다음을 통해 공유


CoreStrings.SeedDatumSignedNumericValue(Object, Object) 메서드

정의

'{property}' 속성에 0이 아닌 값이 필요하므로 엔터티 형식 '{entityType}'에 대한 시드 엔터티를 추가할 수 없습니다. 시드가 아닌 데이터와의 충돌을 방지하려면 음수 값을 제공하는 것이 좋습니다.

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

매개 변수

entityType
Object
property
Object

반환

적용 대상