I'm beginner in Mongodb with c#. I use Mongodb Driver C# I want to create a filter with condition is lenght of string=n. I check the function support it but i'm not found.
I have research and i use code below
var filterBuilder = Builders.Filter; var filter = filterBuilder.Eq("this.MyString.length ", lenght);
but it's not working. I need your helps. Thanks all