IMergeableAnnotation.IsCompatibleWith-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Wird als TRUE zurückgegeben, wenn diese Anmerkung nicht im Konflikt mit der angegebenen Anmerkung steht, sodass die beiden Anmerkungen mit der MergeWith(Object)-Methode zu einer kombiniert werden können.
Namespace: System.Data.Entity.Infrastructure.Annotations
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Function IsCompatibleWith ( _
other As Object _
) As CompatibilityResult
'Usage
Dim instance As IMergeableAnnotation
Dim other As Object
Dim returnValue As CompatibilityResult
returnValue = instance.IsCompatibleWith(other)
CompatibilityResult IsCompatibleWith(
Object other
)
CompatibilityResult^ IsCompatibleWith(
Object^ other
)
abstract IsCompatibleWith :
other:Object -> CompatibilityResult
function IsCompatibleWith(
other : Object
) : CompatibilityResult
Parameter
- other
Typ: System.Object
Die Anmerkung, die verglichen werden soll.
Rückgabewert
Typ: System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
Ein CompatibilityResult, das angibt, ob diese Anmerkung mit der anderen kompatibel ist oder nicht.