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 5cffd66 commit 4945a6aCopy full SHA for 4945a6a
Signum.Engine/DynamicQuery/DynamicQueryFluentInclude.cs
@@ -44,7 +44,7 @@ public static FluentInclude<T> WithExpressionFrom<T, F>(this FluentInclude<T> fi
44
/// <summary>
45
/// Uses typeof(T) NiceName as niceName
46
/// </summary>
47
- public static FluentInclude<T> WithExpressionFrom<T, F>(this FluentInclude<T> fi, Expression<Func<F, T?>> lambdaToMethodOrProperty)
+ public static FluentInclude<T> WithExpressionFrom<T, F>(this FluentInclude<T> fi, Expression<Func<F, T>> lambdaToMethodOrProperty)
48
where T : Entity
49
{
50
QueryLogic.Expressions.Register(lambdaToMethodOrProperty, () => typeof(T).NiceName());
0 commit comments