Class designer
The class designer allows you to quickly and easily create and edit classes for the objects you want to store in a database. You can define the class properties and methods and also predefine objects.
Properties
ODS currently supports the following property types (.NET equivalent in brackets): Small Integer (Int16), Integer (Int32), Big Integer, (Int64), DateTime, String, Single Float (float), Double Float (double), Boolean, Object and Enum. Object and enum properties reference other ODS classes or enums.
Methods
ODS can generate the classic "Add", "Update", "Delete" data access methods for each class. These methods allow objects to be stored, updated, deleted or retrieved from a database without writing a single line of code or SQL. You can also add "User Methods" by providing your own SQL. ODS automatically wraps the SQL in a Stored Procedure for you and includes it in the DAL.