Table of Contents

Class ExpressionExtensions

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public static class ExpressionExtensions
Inheritance
ExpressionExtensions
Inherited Members

Methods

AndAlso<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)

public static Expression<Func<T, bool>> AndAlso<T>(this Expression<Func<T, bool>> expr1, Expression<Func<T, bool>> expr2)

Parameters

expr1 Expression<Func<T, bool>>
expr2 Expression<Func<T, bool>>

Returns

Expression<Func<T, bool>>

Type Parameters

T