CoreStrings.ForeignKeyCountMismatch(Object, Object, Object, Object) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Počet vlastností zadaných pro cizí klíč {foreignKeyProperties} typu entity {dependentType} neodpovídá počtu vlastností v hlavním klíči {principalKeyProperties} typu entity {principalType}.
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
Parametry
- foreignKeyforeignKeyProperties
- Object
- dependentType
- Object
- principalKeyprincipalKeyProperties
- Object
- principalType
- Object