ManagedHelper.GetManagedConnection(String, String, Object) Method

Definition

Gets the managed connection for the helper.

public:
 virtual System::Object ^ GetManagedConnection(System::String ^ assemblyQualifiedName, System::String ^ connStr, System::Object ^ transaction);
public object GetManagedConnection (string assemblyQualifiedName, string connStr, object transaction);
abstract member GetManagedConnection : string * string * obj -> obj
override this.GetManagedConnection : string * string * obj -> obj
Public Function GetManagedConnection (assemblyQualifiedName As String, connStr As String, transaction As Object) As Object

Parameters

assemblyQualifiedName
String

The assembly qualified name.

connStr
String

The connection string.

transaction
Object

The transaction.

Returns

The managed connection.

Implements

Applies to