Show / Hide Table of Contents

Method Where

| Improve this Doc View Source

Where(Func<T, _Boolean>)

Filters this database recordset.

Declaration
public DbQuery<T> Where(Func<T, _Boolean> predicate)
Parameters
Type Name Description
System.Func<T, _Boolean> predicate

The filter condition.

Returns
Type Description
DbQuery<T>

The query which filters this database recordset.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest