Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayLipscomb authored Oct 21, 2018
1 parent 09a1a04 commit 6235e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Odapter - a C# code generator for Oracle packages
========================================

Odapter is a [single executable](/OdapterWnFrm/bin/x64/Release) that generates C# adapter classes that provide integration with an Oracle schema's packages. An adapter class handles the invocation of a package's procedures including the hydration of DTO Lists from returned cursor results sets, both typed (record type based) and untyped (simple REF CURSOR). From within the IDE, the generated C# provides the developer de facto compile-time resolution with the packages. Optionally, standalone C# DTOs can be generated from Oracle object types, tables and views.
Odapter is a [single executable](/OdapterWnFrm/bin/x64/Release) that generates C# adapter classes to provide integration with Oracle packages. An adapter class handles the invocation of a package's procedures including the hydration of DTO Lists from returned cursor results sets, both typed (record type based) and untyped (simple REF CURSOR). From within the IDE, the generated C# provides the developer de facto compile-time resolution with the packages. Optionally, standalone C# DTOs can be generated from Oracle object types, tables and views.

### Minimum System Requirements

Expand Down

0 comments on commit 6235e7e

Please sign in to comment.