Value Method
Value()
Begins a predicate for the value.
Declaration
public static PredicateBuilder Value()
Returns
PredicateBuilder | A predicate builder. |
Value(String)
Begins a predicate for an attribute of the value.
Declaration
public static PredicateBuilder Value(string name)
Parameters
String | name | The name of the attribute. |
Returns
PredicateBuilder | A predicate builder. |