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 7c52669 commit 8d0e982Copy full SHA for 8d0e982
src/NHibernate/Criterion/ProjectionsExtensions.cs
@@ -25,7 +25,7 @@ public static IProjection WithAlias(this IProjection projection,
25
/// Project SQL function year()
26
/// Note: throws an exception outside of a QueryOver expression
27
/// </summary>
28
- [Obsolete("Pleae use DateTime.Year property instead")]
+ [Obsolete("Please use DateTime.Year property instead")]
29
public static int YearPart(this DateTime dateTimeProperty)
30
{
31
throw new Exception("Not to be used directly - use inside QueryOver expression");
0 commit comments