We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ef4ed commit 97dedcaCopy full SHA for 97dedca
src/NHibernate/Criterion/Restrictions.cs
@@ -658,7 +658,7 @@ public static AbstractEmptinessExpression IsNotEmpty(string propertyName)
658
}
659
660
/// <summary>
661
- /// Apply an "is not empty" constraint to the named property
+ /// Apply an "is empty" constraint to the named property
662
/// </summary>
663
/// <param name="propertyName">The name of the Property in the class.</param>
664
/// <returns>A <see cref="IsEmptyExpression" />.</returns>
0 commit comments