QueryRequest.RowCondition Property

Relativity Services API
Gets or sets the row condition criteria.

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public string RowCondition { get; set; }

Property Value

Type: String
Remarks

The row condition can be a simple, single-field condition or a complex expression made by combining conditions. It limits the result set returned after applying all other conditions and including the relational field.
See Also

Reference