次の方法で共有


IMergeableAnnotation.IsCompatibleWith メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

この注釈が、2 つの注釈を MergeWith(Object) メソッドを使用して組み合わせることができる指定された注釈と競合しない場合は true を返します。

名前空間:  System.Data.Entity.Infrastructure.Annotations
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Function IsCompatibleWith ( _
    other As Object _
) As CompatibilityResult
'使用
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

パラメーター

戻り値

型 : System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
この注釈が他の注釈と互換性があるかどうかを示す CompatibilityResult。

参照

参照

IMergeableAnnotation Interface

System.Data.Entity.Infrastructure.Annotations 名前空間