Returns the first matching element in the array specified by name.
Namespace:
MongoDB.Driver.Builders
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public static FieldsBuilder ElemMatch(
string name,
IMongoQuery query
)
Public Shared Function ElemMatch (
name As String,
query As IMongoQuery
) As FieldsBuilder
static member ElemMatch :
name : string *
query : IMongoQuery -> FieldsBuilder
Parameters
- name
- Type: SystemString
The name. - query
- Type: MongoDB.DriverIMongoQuery
The query.
Return Value
Type:
FieldsBuilderThe build (so method calls can be chained).
See Also