In C# & .NET, can one create a DataView that includes only a proper subset of the DataColumns of a given DataTable?
DataView
DataColumn
DataTable
DataSet and its associated types have no ability to perform relational operations.
DataSet