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.  |