CoreStrings.ConflictingRelationshipConversions 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.
The property '{entityType}.{property}' participates in several relationship chains that have conflicting conversions: '{valueConversion}' and '{conflictingValueConversion}'.
public static string ConflictingRelationshipConversions (object? entityType, object? property, object? valueConversion, object? conflictingValueConversion);
static member ConflictingRelationshipConversions : obj * obj * obj * obj -> string
Public Shared Function ConflictingRelationshipConversions (entityType As Object, property As Object, valueConversion As Object, conflictingValueConversion As Object) As String
Parameters
- entityType
- Object
- property
- Object
- valueConversion
- Object
- conflictingValueConversion
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework