Share via


AdoDotNetConnectionSupport.Connection Property

Retrieves the IDbConnection object being used by the current connection support instance.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected ReadOnly Property Connection As IDbConnection
    Get
protected IDbConnection Connection { get; }
protected:
property IDbConnection^ Connection {
    IDbConnection^ get ();
}
member Connection : IDbConnection
function get Connection () : IDbConnection

Property Value

Type: System.Data.IDbConnection
Returns an IDbConnection object instance.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace