Table of Contents

Property Expression

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Expression

Gets the expression.

public Expression<Func<TDocument, bool>> Expression { get; }

Property Value

Expression<Func<TDocument, bool>>