Click or drag to resize
TermAnd Method (String)
Combines this Term, using a logical AND, with a new one searching this Term's field for the provided value string.

Namespace:  RiakClient.Models.Search
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public BinaryTerm And(
	string value
)

Parameters

value
Type: SystemString
The other value to match.

Return Value

Type: BinaryTerm
A new BinaryTerm based on this Term and the provided value.
See Also