Click or drag to resize
BsonValueIsBsonRegularExpression Property
Tests whether this BsonValue is a BsonRegularExpression.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
Syntax
public bool IsBsonRegularExpression { get; }

Property Value

Type: Boolean
See Also