共用方式為


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

傳回

適用於