dbosoft / YaNco

.NET SAP RFC API based on SAP Netweaver RFC SDK
MIT License
123 stars 15 forks source link

Allow direct access to connection and datacontainer handles #317

Closed fw2568 closed 1 day ago

fw2568 commented 2 weeks ago

For calling APIs directly from the functional interfaces handles have to be used for connections and data containers. These are now also exposed on the default interfaces.

This PR also adds a test for direct access of function parameters out of a function call context.