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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.