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

kCura.Data.RowFilter.DataColumn

public class DataColumn : IComparable
Represents a data column.
public string Name { get; set; }

Gets or sets the name of this data column.

public DataColumn(string name)

Initializes a new instance of DataColumn with the provided name.

public DataColumn()

Initialize a new empty instance of DataColumn. The column name is not specified.

public int CompareTo(object obj)

Compares the current DataColumn with another 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 DataColumn.