CoreStrings.ForeignKeyCountMismatch(Object, Object, Object, Object) 方法

定义

实体类型“{dependentType}”上为外键 {foreignKeyProperties} 指定的属性数与实体类型“{principalType}”上的主体键 {principalKeyProperties} 中的属性数不匹配。

public static string ForeignKeyCountMismatch (object foreignKey, object dependentType, object principalKey, object principalType);
public static string ForeignKeyCountMismatch (object foreignKeyProperties, object dependentType, object principalKey, object principalType);
public static string ForeignKeyCountMismatch (object? foreignKeyProperties, object? dependentType, object? principalKeyProperties, object? principalType);
static member ForeignKeyCountMismatch : obj * obj * obj * obj -> string
static member ForeignKeyCountMismatch : obj * obj * obj * obj -> string
static member ForeignKeyCountMismatch : obj * obj * obj * obj -> string
Public Shared Function ForeignKeyCountMismatch (foreignKey As Object, dependentType As Object, principalKey As Object, principalType As Object) As String
Public Shared Function ForeignKeyCountMismatch (foreignKeyProperties As Object, dependentType As Object, principalKey As Object, principalType As Object) As String
Public Shared Function ForeignKeyCountMismatch (foreignKeyProperties As Object, dependentType As Object, principalKeyProperties As Object, principalType As Object) As String

参数

foreignKeyforeignKeyProperties
Object
dependentType
Object
principalKeyprincipalKeyProperties
Object
principalType
Object

返回

适用于