This namespace is divided into 6 sub-namespaces. Each namespace provides a set of useful classes in its context.
-
Tube99.DataClasses: this namespace is all about data access. You will find in this namespace
all the necessary classes to call your stored procedures.
-
Tube99.AbstractClasses: this namespace stores all the "abstract" classes.
Each of these classes exactly map to your tables and allow you to retrieve very easily any record of your tables. These classes are Read Only.
-
Tube99.SqlDataAdapters: this namespace stores all the SqlDataAdapters classes.
Each of these classes represents a fully ready-to-use SqlDataAdapters. You have one SqlDataAdapter per table. Each of this SqlDataAdapter can automatically handle the four basic operations you can perform on a table:
-
Insert
-
Update
-
Delete
-
Select
-
Tube99.Windows: this namespace stores all the Windows controls and forms you might need to design your Windows Forms Application.
For each table, you have access to many Windows controls organized into namespaces.
For each table and stored procedure that returns data, you have a dedicated
ComboBox, ListBox, CheckedListBox and a DataGrid.
Furthermore, for each table, you have a customized Windows form.
-
Tube99.Web: this namespace stores all the Web controls and forms you might need to design your Web Application.
For each table, you have access to many Web controls organized into namespaces.
For each table and stored procedure that returns data, you have a dedicated
DropDownList, ListBox, Repeater, CheckBoxList, DataGrid and DataList.
Furthermore, for each table, you have two customized Web forms.
This documentation was automatically generated on:
Wednesday 05 September 2007 - 00:58:24