共用方式為


RelationalStrings.TphStoredProcedureMismatch 方法

定義

'{entityType}' 會對應到預存程式 '{sproc}',而 '{otherEntityType}' 則對應到預存程式 '{otherSproc}'。 將階層中的所有實體類型對應至相同的預存程式,或移除鑒別子,並將其全部對應至不同的預存程式。 如需相關資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=2130430

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

參數

entityType
Object
sproc
Object
otherEntityType
Object
otherSproc
Object

傳回

適用於