kCura.Data.RowFilter.DataColumn
Represents a data column.
Gets or sets the name of this data column.
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.
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.