Example

The following example shows how to fine a connection identified by the Name parameter.
dim myConnObj as lsxECLConnection
 
'Create a new lsxECLConnList object
dim myCListObj as new lsxECLConnList
 
'Get the lsxECLConnection object for connection A
set myConnObj = myCListObj.FindConnectionByName("A")