Partition Method
Partition(Object, IPredicate)
Restricts the execution of a predicate to a single partition.
Declaration
public static IPartitionPredicate Partition(object partitionKey, IPredicate predicate)
Parameters
Object | partitionKey | The key of the partition. |
IPredicate | predicate | The predicate. |
Returns
IPartitionPredicate | A new predicate. |