Here is the answer! The Dynamic Linq does support the . operator,
According to the docs:
"Instance field or instance property
access. Any public field or property
can be accessed."
Thus, it is possible to use this syntax
.Where("MyColumn.Contains(@0)", myArray)
Thanks for all the suggestions! And thanks to me for finding the solution.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…