RelationalStrings.NonTphStoredProcedureClash(Object, Object, Object) 메서드

정의

'{entityType}' 및 '{otherEntityType}'은 모두 저장 프로시저 '{sproc}'에 매핑됩니다. 비 TPH 계층 구조의 모든 엔터티 형식(판별자가 없는 엔터티 형식)은 다른 저장 프로시저에 매핑되어야 합니다. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=2130430 을 참조하세요.

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

매개 변수

entityType
Object
otherEntityType
Object
sproc
Object

반환

적용 대상