You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FreeSql.Tests/FreeSql.Tests/UnitTest4.cs
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,42 @@ namespace FreeSql.Tests
13
13
{
14
14
publicclassUnitTest4
15
15
{
16
+
[Fact]
17
+
publicvoidSelectLambdaParameter()
18
+
{
19
+
using(varfsql=newFreeSql.FreeSqlBuilder()
20
+
.UseConnectionString(FreeSql.DataType.SqlServer,"Data Source=.;Integrated Security=True;Initial Catalog=freesqlTest;Pooling=true;min pool size=1;Max Pool Size=51")
0 commit comments