ExpressionFilterDefinitionTDocumentExpression Property |
Gets the expression.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax public Expression<Func<TDocument, bool>> Expression { get; }
Public ReadOnly Property Expression As Expression(Of Func(Of TDocument, Boolean))
Get
member Expression : Expression<Func<'TDocument, bool>> with get
Property Value
Type:
ExpressionFuncTDocument,
BooleanSee Also