次の方法で共有


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

戻り値

適用対象