mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-18 11:35:12 +00:00
Fixed verified test output
This commit is contained in:
@@ -13,7 +13,7 @@ namespace EntityFrameworkCore.Projectables.Generated
|
|||||||
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
||||||
{
|
{
|
||||||
return (string input) =>
|
return (string input) =>
|
||||||
input != null ? (input[0].ToString()) : null;
|
input != null ? (input[0].ToString()) : (string)null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user