RelationalStrings.StoredProcedureTphDuplicate(Object, Object, Object) 方法

定义

“{entityType}”和“{otherEntityType}”均使用“TPH”映射策略显式映射到存储过程“{sproc}”。 在根实体类型上配置存储过程映射,包括派生类型的所有参数。 有关详细信息,请参阅https://go.microsoft.com/fwlink/?linkid=2130430

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

参数

entityType
Object
otherEntityType
Object
sproc
Object

返回

适用于