DBClassWrapper
==============

I got tired of creating classes from tables so, here is
a basic class generator for C#: the program wraps existing
datafields of an existing table in a simple class which you
can extend to your hearts desire. By default it will create
a public SetField method (which sets private fields with 
data from a DataReader). Naturally, you still need to code
the other code yourself. You know *the other code*.

The code is GPL-ed, however, the generated code is free for
whatever you want to do with it.

Remarks and comments can go to my e-mail address 
(arthur@hoogervorst.ca).

Have fun,


Arthur
04/23/07


Requirements
============

- Sharpdevelop or Visual Studio Express C#
- Dot Net 2.0.

Releasenotes:
=============
1.0 : initial release.