Supports Object-Relation Mapping
l Accessing database in the manner of object-oriented
l Related Object/ObjectSet lazy-load
l Supports field/property lazy-load
l Supports transaction processing and object state rollback
l Object-set cache can maximally improve the performance
Supports a Variety of Databases
l
Migrate to
another database without altering code
l
Migrate to
another database without recompile
XObject XML Database
l
High
performance
l
Switch to
other database without changing code
l
Supports
object query language
Object Query Language (OQL) Based on
Native .NET Language
l
Based on
native language but not string
l
Context tips
(Intellisence) during editing
l
Syntax check
while compiling
l
More readable
and maintainable
Convenient and Easy-to-use Object-Filter
l
Be used for
database's query, update and delete operations
l
Be used for object-sets'
select, update and delete operations
l
More simple to
query and select objects
l
More simple
to update and delete objects in batches
Powerful ObjectSet
l
Multiple sort
modes, including OQL
l
Multiple
filter modes, including OQL and object-filter
l
Multiple
update modes, including OQL and object-filter
l
Export to XObject
XML database
l
Import from XObject
XML database
Related Topics