IMergeableAnnotation.IsCompatibleWith(Object) 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.
Returns true if this annotation does not conflict with the given annotation such that the two can be combined together using the MergeWith(Object) method.
public System.Data.Entity.Infrastructure.Annotations.CompatibilityResult IsCompatibleWith (object other);
abstract member IsCompatibleWith : obj -> System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
Public Function IsCompatibleWith (other As Object) As CompatibilityResult
Parameters
- other
- Object
The annotation to compare.
Returns
A CompatibilityResult indicating whether or not this annotation is compatible with the other.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework