blah blah blah is here! blah blah » Close

0
votes
1 answers

Getting result back from a dll c#

Hi, I am writting a dll and want to return a result back to the calling code. I have tried putting:- public string oSQL2XStreamBridge( string Name) public class string oMyDll both o ...

Feedback