<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

kCura.Data.RowFilter.NullValue

public class NullValue : IComparable
Represents a null database value.
public NullValue()

public int CompareTo(object obj)

Compares the current NullValue with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.