Share via


RelationalStrings.PropertyBothColumnNameAndJsonPropertyName Method

Definition

Property '{property}' cannot have both a column name ('{columnName}') and a JSON property name ('{jsonPropertyName}') configured. Properties in JSON-mapped types should use JSON property names, not column names.

public static string PropertyBothColumnNameAndJsonPropertyName(object? property, object? columnName, object? jsonPropertyName);
static member PropertyBothColumnNameAndJsonPropertyName : obj * obj * obj -> string
Public Shared Function PropertyBothColumnNameAndJsonPropertyName (property As Object, columnName As Object, jsonPropertyName As Object) As String

Parameters

property
Object
columnName
Object
jsonPropertyName
Object

Returns

Applies to