ManagedHelper.GetManagedConnection(String, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.