Notes: <p> This version supports the SharpCore framework. Specifically, the SharpCore.Data and (indirectly) the SharpCore.Transactions namespaces are now leveraged, instead of the previously generated SqlClientUtility class. </p> <p> Breaking changes have also been made to the generated classes. Now, instead of generating multiple files, a single class is created for each table, with the following features: <ul> <li>Private fields</li> <li>Default constructor</li> <li>Full featured constructor</li> <li>Properties</li> <li>Instance methods for insert, update, delete</li> <li>Static methods for select and select all</li> </ul> The select and delete functionality for foreign keys still exists. </p>
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use