Property Expression

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Expression

Gets the expression.

public Expression<Func<TSource, TProjection>> Expression { get; }

Property Value

Expression<Func<TSource, TProjection>>