Show / Hide Table of Contents

Method Where

| Improve this Doc View Source

Where<T>(Func<T, DataRow, Boolean>, Boolean)

Constructs a DataRow predicate.

Declaration
public static Predicate<DataRow> Where<T>(Func<T, DataRow, bool> predicate, bool ensureStatic = true)

    where T : Model
Parameters
Type Name Description
System.Func<T, DataRow, System.Boolean> predicate
System.Boolean ensureStatic
Returns
Type Description
System.Predicate<DataRow>
Type Parameters
Name Description
T

Type of the model.

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