|
|
D.NET Version 1.0.0 - Release To Manufacturing Release Content
- 4 Database Drivers
- Generic ODBC
- SQLClient
- Microsoft Access
- MySql
- Direct Database Access Query Factory
- Provide a Direct Access to Tables and Views without StoredProcedures
- Object Oriented Query Model
- Select Single Table Item
- Select Table Rows With Query
- Select All Table Rows
- N Parameters per Query
- N Sort Parameters per Query
- DataAccess
- Transaction Support
- Transaction Less Support
- Full Entity Tree Rollback Support
- Intuitive Entity to DataBase Programming Model
- Entity
- Clone Support
- Editable Support (BeginEdit, CancelEdit, EndEdit) - IEditableObject
- DataBinding Support
- Dynamic Property Accessor (Get and Set)
- Collection (Generic Collection)
- Clone Support
- Editable Support (BeginEdit, CancelEdit, EndEdit) - IEditableObject
- DataBinding Support (IBindingList)
- Full IBindingList Support (Find, Sort, and Other Features)
- Full IList Support
- Built-In Validation Features
- One RegEx Generic Validation
- One Object Validation (Required)
- Three DateTime Validations (MinValue, MaxValue, Range)
- Three Numeric Validations (MinValue, MaxValue, Range)
- Three Text Validations (Required, Min Length, Max Length)
- Other Features
- Link Support (Object Mapped DataBase Relation) with Cascade Update and Cascade Delete Support
- Single or Multiple Primary Key(s) per Entity
- Identity Primary Key Support
- DataBase Field to Enum Mapping Support (Ex: Database Field 'Sex' can be Mapped into .NET enumarator)
|
|
| | | |