RelationalStrings.DuplicateColumnNameScaleMismatch Methode

Definition

'{entityType1}. {property1}' und '{entityType2}. {property2}' werden der Spalte '{columnName}' in '{table}' zugeordnet, aber mit unterschiedlichen Skalierungen ('{scale1}' und '{scale2}') konfiguriert.

public static string DuplicateColumnNameScaleMismatch (object entityType1, object property1, object entityType2, object property2, object columnName, object table, object scale1, object scale2);
public static string DuplicateColumnNameScaleMismatch (object? entityType1, object? property1, object? entityType2, object? property2, object? columnName, object? table, object? scale1, object? scale2);
static member DuplicateColumnNameScaleMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateColumnNameScaleMismatch (entityType1 As Object, property1 As Object, entityType2 As Object, property2 As Object, columnName As Object, table As Object, scale1 As Object, scale2 As Object) As String

Parameter

entityType1
Object
property1
Object
entityType2
Object
property2
Object
columnName
Object
table
Object
scale1
Object
scale2
Object

Gibt zurück

Gilt für: