Teroid Data Source Browser is a .NET control displaying a data source's schema in a tree, list box or list view. The data source can be a connection string, an OleDbConnection object, a DataSet object or a DataTable object, and the DataMember property can be set to show the columns of a specific table or view. Events are raised when the user selects a table, view or column, the names of which can be retrieved using the relevant properties.
Teroid Data Filter 2.0 is a .NET Windows Forms control allowing users to specify filtering criteria for an ADO .NET DataView object. A column or row is added to the control for each column in the DataView, each containing controls allowing the user to set the criteria condition (=, >, LIKE etc) and a criteria value. These selections are then used to create a filter string for use as the DataView's RowFilter property.