Skip to content

Commit 6c6126e

Browse files
another brief test.
1 parent dc493de commit 6c6126e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TestWasm/Pages/Home.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
WhereExample = await manager.Where<Person>(x => x.Name.StartsWith("c", StringComparison.OrdinalIgnoreCase)
131131
|| x.Name.StartsWith("l", StringComparison.OrdinalIgnoreCase)
132132
|| x.Name.StartsWith("j", StringComparison.OrdinalIgnoreCase) && x._Age > 35
133+
|| x.Name.Contains("bo", StringComparison.OrdinalIgnoreCase)
133134
).OrderBy(x => x._Id).Skip(1).Execute();
134135

135136
/*

0 commit comments

Comments
 (0)