CompatibilityResult(Boolean, String) Constructor
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.
Creates a new CompatibilityResult instance.
public CompatibilityResult(bool isCompatible, string errorMessage);
new System.Data.Entity.Infrastructure.Annotations.CompatibilityResult : bool * string -> System.Data.Entity.Infrastructure.Annotations.CompatibilityResult
Public Sub New (isCompatible As Boolean, errorMessage As String)
Parameters
- isCompatible
- Boolean
Indicates whether or not the two tested objects are compatible.
- errorMessage
- String
An error message indicating how the objects are not compatible. Expected to be null if isCompatible is true.