get method

get(self, connection_name)

Gets the ExternalConnection element with the specified name.

Returns

The element with the specified name.


def get(self, connection_name):
    ...
ParameterTypeDescription
connection_nameSystem.Stringthe name of data connection

See Also