I'm looking to use this Object API for the bulk import of thousands of 1IM object - however the SDK documentation only details a single initializer
Public Sub New ( _ tableName As String, _ connectionString As String, _ dbFactory As IDbFactory, _ authString As String _ )
Does anyone know of a way that this API can be used with the current Connection / User as would be available on the Job Server ?
I want to avoid having to provide the username / password in the authstring parameter - rather utilizing the existing connection.
Thanks