RelationalStrings.DuplicateCheckConstraintSqlMismatch 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 check constraints '{checkConstraint1}' on '{entityType1}' and '{checkConstraint2}' on '{entityType2}' are both mapped to '{checkConstraintName}', but with different defining SQL.
public static string DuplicateCheckConstraintSqlMismatch (object? checkConstraint1, object? entityType1, object? checkConstraint2, object? entityType2, object? checkConstraintName);
static member DuplicateCheckConstraintSqlMismatch : obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateCheckConstraintSqlMismatch (checkConstraint1 As Object, entityType1 As Object, checkConstraint2 As Object, entityType2 As Object, checkConstraintName As Object) As String
Parameters
- checkConstraint1
- Object
- entityType1
- Object
- checkConstraint2
- Object
- entityType2
- Object
- checkConstraintName
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework