RelationalStrings.PropertyBothColumnNameAndJsonPropertyName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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