⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠
Text Elements
var
result =
from
s
in
strList
where
s.Contains(
)
“Tutorials”
select
s;
Result variable
Range variable
Sequence (IEnumerable or IQueryable collection)
Conditional expression
Standard Query Operators