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
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