Close Method (C1ServiceNowConnection)
In This Topic
Closes the connection to the database. This is the preferred method of closing any open connection.
Syntax
'Declaration
Public Overrides NotOverridable Sub Close()
public override void Close()
See Also