예제 #1
0
 /// <summary>
 /// Determines whether the given <see cref="SqlException"/> is a foreign key violation on delete.
 /// </summary>
 protected static bool IsForeignKeyViolation(SqlException ex) =>
 RepositoryUtilities.IsForeignKeyViolation(ex);