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