RelationalStrings.ComplexPropertyBothJsonColumnAndJsonPropertyName 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.
Complex property '{complexProperty}' cannot have both a JSON column name ('{columnName}') and a JSON property name ('{propertyName}') configured. Use 'ToJson()' to map to a JSON column or 'HasJsonPropertyName()' to map as a JSON property within a containing JSON column, but not both.
public static string ComplexPropertyBothJsonColumnAndJsonPropertyName(object? complexProperty, object? columnName, object? propertyName);
static member ComplexPropertyBothJsonColumnAndJsonPropertyName : obj * obj * obj -> string
Public Shared Function ComplexPropertyBothJsonColumnAndJsonPropertyName (complexProperty As Object, columnName As Object, propertyName As Object) As String
Parameters
- complexProperty
- Object
- columnName
- Object
- propertyName
- Object