ExpressionFilterDefinitionTDocumentExpression Property |
Gets the expression.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntaxpublic 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,
Boolean
See Also