RelationalStrings.TphDbFunctionMismatch 메서드

정의

'{entityType}'은 데이터베이스 함수 '{function}'에 매핑되고 '{otherEntityType}'은 데이터베이스 함수 '{otherFunction}'에 매핑됩니다. 계층 구조의 모든 엔터티 형식을 동일한 데이터베이스 함수에 매핑합니다. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=2130430 을 참조하세요.

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

매개 변수

entityType
Object
function
Object
otherEntityType
Object
otherFunction
Object

반환

적용 대상