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