QueryBuilder<TDocument>.Matches Method |
Name | Description | |
---|---|---|
![]() | Matches(Expression<Func<TDocument, IEnumerable<String>>>, BsonRegularExpression) |
Tests that any of the values in the named array element matches a regular expression (see $regex).
|
![]() | Matches(Expression<Func<TDocument, String>>, BsonRegularExpression) |
Tests that the value of the named element matches a regular expression (see $regex).
|