• How to return a value in ADO.net script

    Hi,

    I am working on version 8.1.3. I am calling stored procedures through ADO.net connector and used the sample template provided in synchronization project to write a script. I am able to create the user in the target but unable to return the UserID…

  • Ho to read data from IEnumerable<CommitRecords>?

    Hi, I am working on ADO.net connector in version 8.1.3. We need to write our own code to push the data to target system and I noticed that we et the user data in IEnumerable<CommitRecords> when we write our own Multiprocessing steps script. Please help…