RelationalStrings.TphStoredProcedureMismatch 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
“{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